diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 7a93e49..faf379e 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -31,6 +31,7 @@ jobs: - name: Lint run: | + set -eo pipefail npm run lint npm run typecheck npm run qa:no-em-dashes @@ -42,6 +43,7 @@ jobs: - name: QA build run: | + set -eo pipefail npm run qa:astro-audit npm run qa:links npm run qa:no-js