Setup python and make
Some checks failed
Run checks / checks (push) Failing after 44s
Run checks / checks (pull_request) Failing after 7s

This commit is contained in:
Bart van der Braak 2024-11-19 20:04:36 +01:00
parent da6339d74d
commit 2efa5ccec8

View file

@ -7,8 +7,8 @@ jobs:
DIRECTORY: config DIRECTORY: config
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: cd ${{ env.DIRECTORY }} - uses: actions/setup-python@v5
- run: pip install -r requirements-dev.txt with:
- run: ruff check python-version: '3.13'
- run: ruff format - run: pip install -r requirements.txt
- run: myp - run: make check