mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
ls is fine
This commit is contained in:
parent
cf9c6a69e5
commit
824f33223b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
- run: sudo apt update
|
||||
- run: sudo apt install -qq shellcheck
|
||||
- commoncmd
|
||||
- run: bash -c 'GLOBIGNORE="node_modules" shellcheck **/*.sh'
|
||||
- run: bash -c 'GLOBIGNORE="node_modules" shellcheck -e2012 **/*.sh'
|
||||
- run: yarn run lint
|
||||
- run: bash -c '"$(yarn bin)/tslint" --project .'
|
||||
unit:
|
||||
|
|
Loading…
Add table
Reference in a new issue