mirror of https://git.tuxpa.in/a/code-server.git
Check for bashisms in install script
This commit is contained in:
parent
3339853c26
commit
4ffecd641d
|
@ -20,8 +20,11 @@ jobs:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install bats
|
- name: Install test utilities
|
||||||
run: apk add bats
|
run: apk add bats checkbashisms
|
||||||
|
|
||||||
|
- name: Check Bashisms
|
||||||
|
run: checkbashisms ./install.sh
|
||||||
|
|
||||||
- name: Run script unit tests
|
- name: Run script unit tests
|
||||||
run: ./ci/dev/test-scripts.sh
|
run: ./ci/dev/test-scripts.sh
|
||||||
|
|
Loading…
Reference in New Issue