1
0
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:
Sebastian Malton 2020-11-26 14:19:22 -05:00
parent b0f1e4e711
commit 62d70e4300

View File

@ -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 }}