diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-09-20 15:23:51 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-09-20 15:39:55 -0700 |
| commit | 933b0129a8b0247216c7ced5e454c24233bfe0e0 (patch) | |
| tree | 7827e1cdf3108e9334c4c99625179b3101a9b88f /.github/workflows | |
| parent | 9501228168086939da1710da634830a70818934b (diff) | |
| download | meson-933b0129a8b0247216c7ced5e454c24233bfe0e0.tar.gz | |
CI: run lint workflows on changes to the lint config files
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5c6d56de3..558803472 100644 --- a/.github/workflows/lint.yml +++ b/.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 |
