Ignore resticw from linter

This commit is contained in:
Erik Westrup
2023-03-08 11:39:13 +01:00
parent 7bc0e33779
commit 987bc39d00

View File

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