From 7191a28f9b2877d0e3a05ddfc7001481cefa13e1 Mon Sep 17 00:00:00 2001 From: Phil Connor Date: Mon, 25 May 2026 05:37:16 +0200 Subject: [PATCH] Make PowerShell lint non-blocking (continue-on-error) --- .gitea/workflows/lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 3b16c8b..ca62a71 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -29,6 +29,7 @@ jobs: powershell-lint: runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/checkout@v4