mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
fix linter problems-2: bash
This commit is contained in:
parent
7d22fec124
commit
1f642a4381
3 changed files with 25 additions and 24 deletions
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
- name: Lint Code Base
|
||||
uses: docker://github/super-linter:latest
|
||||
env:
|
||||
FILTER_REGEX_EXCLUDE: .*(static|scss|venv)/.*
|
||||
FILTER_REGEX_EXCLUDE: .*(static|scss|venv|locale)/.*
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VALIDATE_ANSIBLE: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue