test with container
All checks were successful
dl / lint (push) Successful in 1m33s
dl / docker (push) Successful in 40s

This commit is contained in:
Michel Roux 2023-06-25 17:13:47 +02:00
parent 0b25300b57
commit 2acda2295d

View File

@ -4,11 +4,11 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
container: python:3.10
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- uses: https://git.crystalyx.net/Xefir/actions-setup-python@main
with:
python-version: 3.10
- uses: https://github.com/Gr1N/setup-poetry@v8
- run: poetry install
- run: poetry run flake8 .