ls is fine

This commit is contained in:
Oliver Blanthorn 2019-09-23 07:46:13 +01:00
parent cf9c6a69e5
commit 824f33223b
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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: