diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ed1b9b6..f953934 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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/ \ No newline at end of file + run: poetry run pylint --rcfile=.pylintrc itchiodl/