Ignore resticw from linter

This commit is contained in:
Erik Westrup
2023-03-08 11:39:13 +01:00
parent 7bc0e33779
commit 987bc39d00
+7 -6
View File
@@ -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$