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

19 lines
No EOL
385 B
YAML

name: Run checks
on:
pull_request:
branches:
- main
jobs:
checks:
runs-on: docker
env:
DIRECTORY: config
steps:
- uses: actions/checkout@v4
- run: lsb_release -a
- run: uname -srm
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: pip install -r requirements.txt
- run: make check