builder.braak.pro/.forgejo/workflows/check.yml
Bart van der Braak 8fe3fedafe
Some checks failed
Run checks / checks (push) Failing after 8s
Run checks / checks (pull_request) Failing after 7s
Setup python and make
2024-11-19 20:10:29 +01:00

14 lines
No EOL
313 B
YAML

name: Run checks
on: [ push, pull_request ]
jobs:
checks:
runs-on: docker
env:
DIRECTORY: config
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12.6'
- run: pip install -r requirements.txt
- run: make check