mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
ci(linter): use repo eslint configuration
This commit is contained in:
committed by
Romain Lespinasse
parent
b6938fb2bd
commit
5629d21ee9
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
@@ -21,6 +21,9 @@ jobs:
|
||||
uses: github/super-linter@v3
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
LINTER_RULES_PATH: .
|
||||
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
|
||||
JAVASCRIPT_DEFAULT_STYLE: prettier
|
||||
DEFAULT_BRANCH: v3.x
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
FILTER_REGEX_INCLUDE: .*src/.*
|
||||
|
||||
Reference in New Issue
Block a user