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

This commit is contained in:
Michel Roux 2023-06-25 12:11:46 +02:00
parent b82295b7a8
commit 4748ef2f27

View File

@ -6,10 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions/setup-python@v4
- uses: https://github.com/actions/setup-python@v3
with:
python-version: 3.10
architecture: x64
- uses: https://github.com/Gr1N/setup-poetry@v8
- run: poetry run flake8 .
- run: poetry run mypy .