We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3339853 commit 4ffecd6Copy full SHA for 4ffecd6
.github/workflows/scripts.yml
@@ -20,8 +20,11 @@ jobs:
20
- name: Checkout repo
21
uses: actions/checkout@v2
22
23
- - name: Install bats
24
- run: apk add bats
+ - name: Install test utilities
+ run: apk add bats checkbashisms
25
+
26
+ - name: Check Bashisms
27
+ run: checkbashisms ./install.sh
28
29
- name: Run script unit tests
30
run: ./ci/dev/test-scripts.sh
0 commit comments