Add standard to our testing

Run in allow failures mode until the non-compliant files are fixed.
This commit is contained in:
Christian Clauss
2020-05-03 16:41:15 +02:00
committed by GitHub
parent 1c6f8b9375
commit 5281956fbf

View File

@ -18,5 +18,7 @@ jobs:
npm ci
npm run build --if-present
npm test
npm install standard --save-dev
standard || true # several files are still on compliant
env:
CI: true