We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dda7c9 commit 3e27da5Copy full SHA for 3e27da5
1 file changed
.github/workflows/ci.yml
@@ -34,10 +34,11 @@ jobs:
34
uses: actions/checkout@v6
35
with:
36
fetch-depth: 1
37
- - name: Install dependencies (shellcheck)
+ - name: Install dependencies (shellcheck) macOS
38
if: matrix.os == 'macos-latest'
39
run: |
40
brew install shellcheck
41
+ - name: Install dependencies (shellcheck) Ubuntu
42
if: matrix.os == 'ubuntu-latest'
43
44
sudo apt update
0 commit comments