Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Feb 15, 2025
1 parent def0cff commit 2be30f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@ on:
- '**.yml'
- '.github/workflows/lint.yml'
- 'requirements_lint.txt'
- '.yamllint'
- '.pylintrc'
- '.pylintrc_j2'
- '.ansible-lint.yml'
pull_request:
branches: [main, stable, latest]
paths:
- '**.py'
- '**.yml'
- '.github/workflows/lint.yml'
- 'requirements_lint.txt'
- '.yamllint'
- '.pylintrc'
- '.pylintrc_j2'
- '.ansible-lint.yml'

jobs:
lint:
Expand Down

0 comments on commit 2be30f1

Please sign in to comment.