mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Merge pull request #1553 from tridactyl/reenable_shellcheck
.circleci/config.yml: Re-enable shellcheck
This commit is contained in:
commit
9ce9a2df78
1 changed files with 3 additions and 3 deletions
|
@ -17,10 +17,10 @@ jobs:
|
|||
docker:
|
||||
- image: circleci/node:latest
|
||||
steps:
|
||||
# - run: sudo apt update
|
||||
# - run: sudo apt install -qq shellcheck
|
||||
- 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 **/*.sh'
|
||||
- run: npm run lint
|
||||
- run: bash -c '"$(npm bin)/tslint" --project .'
|
||||
unit:
|
||||
|
|
Loading…
Add table
Reference in a new issue