Compare commits

...

1 commit

Author SHA1 Message Date
Bart van der Braak
2efa5ccec8 Setup python and make
Some checks failed
Run checks / checks (push) Failing after 44s
Run checks / checks (pull_request) Failing after 7s
2024-11-19 20:04:36 +01:00

View file

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