We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df44cfa commit 369d5beCopy full SHA for 369d5be
.github/workflows/ci.yaml
@@ -30,9 +30,10 @@ jobs:
30
if: ${{ runner.os == 'Linux' }}
31
- name: Install dependencies on Windows
32
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
+ winget install --id koalaman.shellcheck --disable-interactivity --accept-package-agreements --accept-source-agreements --no-progress
35
pip install pyflakes
+ hash -r
36
+ shellcheck --version
37
pyflakes --version
38
if: ${{ runner.os == 'Windows' }}
39
- uses: actions/checkout@v6
0 commit comments