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