Update test.yml
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 5 Apr 2022 10:15:26 +0000 (12:15 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 5 Apr 2022 10:15:26 +0000 (12:15 +0200)
.github/workflows/test.yml

index 8514e504e999ccb71bfe9ffaa0e39dc8d4cab7fd..1d197f7a96a906709a21c75b45e8f97340e88e7d 100644 (file)
@@ -25,7 +25,7 @@ jobs:
       - name: Install dependencies
         run: |
           python -m pip install --upgrade pip
-          pip install pre-commit
+          pip install pre-commit pylint
           pre-commit install-hooks
       - name: Lint/test with pre-commit
         run: pre-commit run --all-files