mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Update bashisms.yml (#480)
This commit is contained in:
parent
a7e6ea0246
commit
6e477fceeb
7
.github/workflows/bashisms.yml
vendored
7
.github/workflows/bashisms.yml
vendored
|
@ -19,9 +19,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install devscripts
|
||||
run: sudo apt install devscripts
|
||||
run: sudo apt-get update && sudo apt-get install devscripts
|
||||
|
||||
- name: Concatenate all .sh files and check for bashisms
|
||||
- name: Check for bashisms
|
||||
working-directory: tabs
|
||||
run: |
|
||||
find . -name '*.sh' -exec checkbashisms {} + > all_scripts.sh
|
||||
run: find . -name '*.sh' | xargs -P 4 -n 1 checkbashisms
|
||||
|
|
Loading…
Reference in New Issue
Block a user