From 8ee22830a2fed99e02ff927e6b5d7623cf58c08e Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Mon, 22 Aug 2022 12:15:23 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc60280..d88f3e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: stylelint: true - name: Lint uses: github/super-linter@v4 + continue-on-error: true env: VALIDATE_ALL_CODEBASE: true VALIDATE_HTML: true