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

This commit is contained in:
Michel Roux 2023-06-25 12:30:44 +02:00
parent 9677fd8cbf
commit 808cdb92a7

View File

@ -3,8 +3,10 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- run: cat /etc/lsb-release
- run: cat /etc/os-release
- uses: actions/checkout@v3
- uses: https://github.com/actions/setup-python@v4
with: