mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Check for bashisms in install script
This commit is contained in:
parent
3339853c26
commit
4ffecd641d
1 changed files with 5 additions and 2 deletions
7
.github/workflows/scripts.yml
vendored
7
.github/workflows/scripts.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue