From 8d5e8ac2daca181d3dfc92d05ecc44a1994f55f9 Mon Sep 17 00:00:00 2001 From: vben Date: Sun, 4 Aug 2024 22:24:35 +0800 Subject: [PATCH] fix: ci error --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8f7053f3eb..53e9fa933c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,6 +141,7 @@ jobs: # From https://github.com/rhysd/actionlint/blob/main/docs/usage.md#use-actionlint-on-github-actions - name: Check workflow files + if: runner.os == 'Linux' run: | bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) ./actionlint -color -shellcheck=""