Skip to content

Commit

Permalink
Disable web file linters for now
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jun 5, 2024
1 parent bbddbff commit 2a526b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# disable nitpicky linters
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false
# enable the below at some point
VALIDATE_CSS: false
VALIDATE_HTML: false
VALIDATE_JAVASCRIPT_STANDARD: false

0 comments on commit 2a526b9

Please sign in to comment.