Skip to content

Commit

Permalink
fix(workflow): disable linting for the theme scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Aug 8, 2024
1 parent 245dade commit 79b795c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
# Disable some other linters
VALIDATE_HTML: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_CSS: false
# Change to 'main' if your main branch differs
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 79b795c

Please sign in to comment.