mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
more precision on what files to lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
b0f1e4e711
commit
62d70e4300
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
@ -47,6 +47,9 @@ jobs:
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v3
|
||||
env:
|
||||
FILTER_REGEX_INCLUDE: "**/*.(ts|tsx|js)"
|
||||
VALIDATE_JAVASCRIPT_ES: true
|
||||
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
|
||||
LINTER_RULES_PATH: /
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user