fix runner
This commit is contained in:
parent
1452f4240d
commit
8fd333e216
@ -3,11 +3,13 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: python:3.10
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: pip install poetry
|
- uses: actions/setup-python@v4
|
||||||
- run: poetry install
|
with:
|
||||||
|
python-version: 3.10
|
||||||
|
- uses: 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