We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0c196 commit 70c579bCopy full SHA for 70c579b
1 file changed
.github/workflows/ci.yaml
@@ -30,9 +30,9 @@ 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
35
pip install pyflakes
+ shellcheck --version
36
pyflakes --version
37
if: ${{ runner.os == 'Windows' }}
38
- uses: actions/checkout@v6
0 commit comments