CI: run lint workflows on changes to the lint config files

pull/13340/merge
Dylan Baker 2 months ago
parent 9501228168
commit 933b0129a8
  1. 6
      .github/workflows/lint.yml

@ -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

Loading…
Cancel
Save