Skip to content

Commit

Permalink
fix(qa): adjust linter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Jul 8, 2021
1 parent 29ea870 commit 95fd6e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
uses: github/[email protected]
env:
LINTER_RULES_PATH: /
FILTER_REGEX_EXCLUDE: (.*dist\/.*)|(.husky\/.*)
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
VALIDATE_ALL_CODEBASE: true
VALIDATE_JAVASCRIPT_STANDARD: false
DEFAULT_BRANCH: main
IGNORE_GENERATED_FILES: true
- run: npm test

0 comments on commit 95fd6e1

Please sign in to comment.