Fast fail
This commit is contained in:
parent
53ef4d9147
commit
82a241ddee
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
|
set -eo pipefail
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run typecheck
|
npm run typecheck
|
||||||
npm run qa:no-em-dashes
|
npm run qa:no-em-dashes
|
||||||
|
|
@ -42,6 +43,7 @@ jobs:
|
||||||
|
|
||||||
- name: QA build
|
- name: QA build
|
||||||
run: |
|
run: |
|
||||||
|
set -eo pipefail
|
||||||
npm run qa:astro-audit
|
npm run qa:astro-audit
|
||||||
npm run qa:links
|
npm run qa:links
|
||||||
npm run qa:no-js
|
npm run qa:no-js
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue