Skip to content

Commit 369d5be

Browse files
committed
enable shellcheck on Windows CI runners
1 parent df44cfa commit 369d5be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ 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 --no-progress
3534
pip install pyflakes
35+
hash -r
36+
shellcheck --version
3637
pyflakes --version
3738
if: ${{ runner.os == 'Windows' }}
3839
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)