Skip to content

Commit dd5bfd2

Browse files
authored
Update nodejs.yml
1 parent d37af25 commit dd5bfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: npm install, build, and test
1616
run: |
1717
npm install standard --save-dev
18-
npx standard || true # several files are still on compliant
18+
npx standard
1919
cd linear-algebra-javascript
2020
npm ci
2121
npm run build --if-present

0 commit comments

Comments
 (0)