test
This commit is contained in:
parent
62c669085a
commit
9677fd8cbf
@ -3,12 +3,12 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: https://github.com/actions/setup-python@v4
|
- uses: https://github.com/actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: 3.10
|
||||||
- uses: https://github.com/Gr1N/setup-poetry@v8
|
- uses: https://github.com/Gr1N/setup-poetry@v8
|
||||||
- run: poetry run flake8 .
|
- run: poetry run flake8 .
|
||||||
- run: poetry run mypy .
|
- run: poetry run mypy .
|
||||||
|
Loading…
Reference in New Issue
Block a user