From 7144bbcd794763dfc5512e40dbc93354db2f4a7a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 28 Sep 2024 16:34:06 +0900 Subject: [PATCH] ci: Update config --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94ef1c5..3dc7c8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,12 +62,10 @@ jobs: # TODO: use the current branch instead of @main - uses: taiki-e/checkout-action@main - uses: taiki-e/install-action@shellcheck - if: matrix.bash != 'cygwin' - uses: taiki-e/install-action@shfmt - if: matrix.bash != 'cygwin' - run: git ls-files - run: ./tools/tidy.sh - if: matrix.os != 'windows-2019' && matrix.bash != 'cygwin' + if: matrix.os != 'windows-2019' # For comparison actions-checkout: strategy: