Check for bashisms in install script

This commit is contained in:
Asher 2021-07-13 12:24:30 -05:00
parent 3339853c26
commit 4ffecd641d
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -20,8 +20,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install bats
run: apk add bats
- name: Install test utilities
run: apk add bats checkbashisms
- name: Check Bashisms
run: checkbashisms ./install.sh
- name: Run script unit tests
run: ./ci/dev/test-scripts.sh