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