mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -04:00
fix workflows
This commit is contained in:
parent
ab0bc52d3c
commit
eadc74e4f4
3 changed files with 11 additions and 9 deletions
4
.github/workflows/pull_requests.yml
vendored
4
.github/workflows/pull_requests.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue