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