update ci
This commit is contained in:
parent
1820d4bde6
commit
bc87ceaebc
|
|
@ -10,6 +10,10 @@ on:
|
||||||
- '**.yml'
|
- '**.yml'
|
||||||
- '.github/workflows/lint.yml'
|
- '.github/workflows/lint.yml'
|
||||||
- 'requirements_lint.txt'
|
- 'requirements_lint.txt'
|
||||||
|
- '.yamllint'
|
||||||
|
- '.pylintrc'
|
||||||
|
- '.pylintrc_j2'
|
||||||
|
- '.ansible-lint.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, stable, latest]
|
branches: [main, stable, latest]
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -17,6 +21,10 @@ on:
|
||||||
- '**.yml'
|
- '**.yml'
|
||||||
- '.github/workflows/lint.yml'
|
- '.github/workflows/lint.yml'
|
||||||
- 'requirements_lint.txt'
|
- 'requirements_lint.txt'
|
||||||
|
- '.yamllint'
|
||||||
|
- '.pylintrc'
|
||||||
|
- '.pylintrc_j2'
|
||||||
|
- '.ansible-lint.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue