test
Some checks failed
dl / lint (push) Failing after 13s
dl / docker (push) Has been skipped

This commit is contained in:
Michel Roux 2023-06-25 12:19:27 +02:00
parent 62c669085a
commit 9677fd8cbf

View File

@ -3,12 +3,12 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions/setup-python@v4
with:
python-version: '3.10'
python-version: 3.10
- uses: https://github.com/Gr1N/setup-poetry@v8
- run: poetry run flake8 .
- run: poetry run mypy .