Skip to content

Commit

Permalink
CI: Allow CSS "failures" for now
Browse files Browse the repository at this point in the history
as the validator does not know too many newer attributes and values
  • Loading branch information
Croydon committed Jul 28, 2023
1 parent 430f59a commit 2dc4240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- { MANAGER: "npm", FLAGS: "--global", RUN: "web-ext", RUNFLAGS: "lint" }
- { MANAGER: "npm", FLAGS: "--global", RUN: "eslint", RUNFLAGS: "." }
- { MANAGER: "pip", FLAGS: "", RUN: "html5validator", RUNFLAGS: "--show-warnings --root ." }
- { MANAGER: "pip", FLAGS: "", RUN: "html5validator", RUNFLAGS: "--show-warnings --skip-non-css --root ." }
- { MANAGER: "pip", FLAGS: "", RUN: "html5validator", RUNFLAGS: "--show-warnings --skip-non-css --root .", ALLOWFAILURE: "true" }
- { MANAGER: "pip", FLAGS: "", RUN: "html5validator", RUNFLAGS: "--show-warnings --skip-non-svg --root .", ALLOWFAILURE: "true" }
name: ${{ matrix.config.RUN }} ${{ matrix.config.RUNFLAGS }}
steps:
Expand Down

0 comments on commit 2dc4240

Please sign in to comment.