Skip to content

Commit

Permalink
CI: run lint workflows on changes to the lint config files
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbaker committed Sep 20, 2024
1 parent 9501228 commit 933b012
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ on:
paths:
- "**.py"
- ".github/workflows/lint.yml"
- ".pylintrc"
- ".flake8"
- ".mypy.ini"
pull_request:
paths:
- "**.py"
- ".github/workflows/lint.yml"
- ".pylintrc"
- ".flake8"
- ".mypy.ini"

permissions:
contents: read
Expand Down

0 comments on commit 933b012

Please sign in to comment.