mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Update lint.yml
Run on pull request
This commit is contained in:
parent
81d2951ad4
commit
7cec2f24a2
1 changed files with 4 additions and 2 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue