From 7cec2f24a244f5260bebf3f70ffeae7e74efc40d Mon Sep 17 00:00:00 2001 From: Peter Taylor Date: Sat, 25 Mar 2023 19:04:20 +0000 Subject: [PATCH] Update lint.yml Run on pull request --- .github/workflows/lint.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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/