Skip to content

Commit

Permalink
Try to fix superlinter
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 22, 2023
1 parent af298c2 commit ed1137a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Fail on errors
DISABLE_ERRORS: false
FILTER_REGEX_EXCLUDE: ".*/tests/.*samples/*.(json|xml)"
# we only have sample XMLs, avoid wasting resources
VALIDATE_XML: false
FILTER_REGEX_EXCLUDE: ".*/tests/.*samples/*.json"

0 comments on commit ed1137a

Please sign in to comment.