From 535f3c2f5002c6336dc320767faab8aaf5dc4de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Fri, 10 Jan 2025 14:04:55 +0100 Subject: [PATCH] fix(lint): Add missing colon --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5f6ff21..7d86c66 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -2,7 +2,7 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - workflow_call + workflow_call: inputs: cache_version: type: string