Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 7c2398e

Browse files
committed
update ci
1 parent 23b3fc8 commit 7c2398e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,21 @@ on:
1010
- '**.yml'
1111
- '.github/workflows/lint.yml'
1212
- 'requirements_lint.txt'
13+
- '.yamllint'
14+
- '.pylintrc'
15+
- '.pylintrc_j2'
16+
- '.ansible-lint.yml'
1317
pull_request:
1418
branches: [main, stable, latest]
1519
paths:
1620
- '**.py'
1721
- '**.yml'
1822
- '.github/workflows/lint.yml'
1923
- 'requirements_lint.txt'
24+
- '.yamllint'
25+
- '.pylintrc'
26+
- '.pylintrc_j2'
27+
- '.ansible-lint.yml'
2028

2129
jobs:
2230
lint:

0 commit comments

Comments
 (0)