fix workflows

This commit is contained in:
Hare Sudhan 2024-02-25 16:42:08 -05:00
parent ab0bc52d3c
commit eadc74e4f4
3 changed files with 11 additions and 9 deletions

View file

@ -21,8 +21,8 @@ jobs:
npm install
npm run setheapsize
- name: Lint
run: npm run style && npx grunt lint && git diff --exit-code
- name: Format & Lint
run: (npm run style || npm run lint) && git diff --exit-code
- name: Unit Tests
run: |