Skip to content

Commit 5281956

Browse files
authored
Add standard to our testing
Run in allow failures mode until the non-compliant files are fixed.
1 parent 1c6f8b9 commit 5281956

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
npm ci
1919
npm run build --if-present
2020
npm test
21+
npm install standard --save-dev
22+
standard || true # several files are still on compliant
2123
env:
2224
CI: true

0 commit comments

Comments
 (0)