We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b15798a + 179a6db commit 4e833bdCopy full SHA for 4e833bd
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install bats
39
run: |
40
sudo apt-get update
41
- sudo apt-get install -y bats
+ sudo apt-get install -y bats shellcheck
42
43
- name: Login to Docker Hub
44
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
@@ -76,6 +76,8 @@ jobs:
76
- name: Create logs directory
77
run: mkdir tests/logs
78
- run: npm ci
79
+ - name: Use system shellcheck binary
80
+ run: cp /usr/bin/shellcheck node_modules/shellcheck/bin/shellcheck
81
- name: Compile
82
run: npm run ci-compile
83
- name: Setup QEMU
0 commit comments