From 82a241ddeec5b0cb65e8eab0626ac958977ba081 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 12 Jul 2026 21:33:57 +0100 Subject: [PATCH] Fast fail --- .forgejo/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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