Ignore resticw from linter
This commit is contained in:
@@ -5,15 +5,15 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
paths:
|
paths:
|
||||||
- '**.sh'
|
- "**.sh"
|
||||||
- '.github/workflows/linter.yml'
|
- ".github/workflows/linter.yml"
|
||||||
- 'bin/**'
|
- "bin/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: main
|
branches: main
|
||||||
paths:
|
paths:
|
||||||
- '**.sh'
|
- "**.sh"
|
||||||
- '.github/workflows/linter.yml'
|
- ".github/workflows/linter.yml"
|
||||||
- 'bin/**'
|
- "bin/**"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Lint Code Base
|
name: Lint Code Base
|
||||||
@@ -31,3 +31,4 @@ jobs:
|
|||||||
VALIDATE_BASH: true
|
VALIDATE_BASH: true
|
||||||
DEFAULT_BRANCH: main
|
DEFAULT_BRANCH: main
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
FILTER_REGEX_EXCLUDE: ^bin/resticw$
|
||||||
|
|||||||
Reference in New Issue
Block a user