Skip to content

Commit 4ffecd6

Browse files
committed
Check for bashisms in install script
1 parent 3339853 commit 4ffecd6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/scripts.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
- name: Checkout repo
2121
uses: actions/checkout@v2
2222

23-
- name: Install bats
24-
run: apk add bats
23+
- name: Install test utilities
24+
run: apk add bats checkbashisms
25+
26+
- name: Check Bashisms
27+
run: checkbashisms ./install.sh
2528

2629
- name: Run script unit tests
2730
run: ./ci/dev/test-scripts.sh

0 commit comments

Comments
 (0)