Skip to content

Commit 70c579b

Browse files
committed
enable shellcheck on Windows CI runners
1 parent ae0c196 commit 70c579b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
if: ${{ runner.os == 'Linux' }}
3131
- name: Install dependencies on Windows
3232
run: |
33-
# `choco install shellcheck` is too slow on GitHub Actions. It takes more than 3 minutes to install one package
34-
# choco install shellcheck
33+
winget install --id koalaman.shellcheck --disable-interactivity --accept-package-agreements --accept-source-agreements
3534
pip install pyflakes
35+
shellcheck --version
3636
pyflakes --version
3737
if: ${{ runner.os == 'Windows' }}
3838
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)