Fix CI
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
|
- 'LICENSE.md'
|
||||||
|
- '.gitignore'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -52,9 +54,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements-dev.txt
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: pylint pwned_pw.py
|
run: pylint --recursive=yes .
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: skip_duplicate
|
needs: skip_duplicate
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
black
|
black
|
||||||
coverage
|
coverage
|
||||||
pytest
|
pylint
|
||||||
|
pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user