Print env
Some checks failed
black
flake8
mypy-pytest
pylint

This commit is contained in:
Val Lorentz 2023-05-20 16:43:44 +02:00
parent 6a54c69dd8
commit 78ae08f387

View File

@ -6,6 +6,8 @@ jobs:
flake8:
runs-on: ubuntu-latest
steps:
- name: Print env
run: env
- name: Setup Python
uses: actions/setup-python@v4
with: