Update lint.yml

Run on pull request
This commit is contained in:
Peter Taylor 2023-03-25 19:04:20 +00:00 committed by GitHub
parent 81d2951ad4
commit 7cec2f24a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
name: Linting
on: push
on:
- push
- pull_request
jobs:
black:
runs-on: ubuntu-latest
@ -20,4 +22,4 @@ jobs:
pip install poetry
poetry install
- name: Analysing the code with pylint
run: poetry run pylint --rcfile=.pylintrc itchiodl/
run: poetry run pylint --rcfile=.pylintrc itchiodl/