Skip to content

Commit

Permalink
ci: Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 28, 2024
1 parent b13d20b commit 7144bbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7144bbc

Please sign in to comment.