diff options
author | toonn <toonn@toonn.io> | 2022-06-10 15:14:26 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2022-06-10 15:14:26 +0200 |
commit | fb449326663baa91f5ce91b996778cfd5501030e (patch) | |
tree | eb2c8a7ae58a9e281b2d58ca0f53de0de4e40eee /.github/workflows | |
parent | 1759b065335b5f1c97ba66b6a707e24ec3731a40 (diff) | |
parent | 0368c26ecc1335c88c39befbd46c4826e09ffd55 (diff) | |
download | ranger-fb449326663baa91f5ce91b996778cfd5501030e.tar.gz |
Merge branch 'pylint'
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pylint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c15f8f64..474b087f 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -5,10 +5,12 @@ on: paths: - '.github/workflows/pylint.yml' - '**.py' + - 'requirements.txt' pull_request: paths: - '.github/workflows/pylint.yml' - '**.py' + - 'requirements.txt' jobs: test_pylint: |