Skip to content

Commit

Permalink
update lint triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Nov 2, 2024
1 parent b641f61 commit 721fad7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ on:
- '**.yml'
- '.github/workflows/lint.yml'
- 'requirements_lint.txt'
- '.pylintrc'
- '.yamllint'
pull_request:
branches: [latest]
paths:
- '**.py'
- '**.yml'
- '.github/workflows/lint.yml'
- 'requirements_lint.txt'
- '.pylintrc'
- '.yamllint'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 721fad7

Please sign in to comment.