We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6f8b9 commit 5281956Copy full SHA for 5281956
.github/workflows/nodejs.yml
@@ -18,5 +18,7 @@ jobs:
18
npm ci
19
npm run build --if-present
20
npm test
21
+ npm install standard --save-dev
22
+ standard || true # several files are still on compliant
23
env:
24
CI: true
0 commit comments