teilchensammler-cli/.forgejo/workflows/prek.yaml
bronsen edff559bac
Some checks failed
Prek checks / prek (push) Waiting to run
/ test (push) Successful in 2s
ci/woodpecker/push/workflow Pipeline failed
forgejo: add another workflow, using a github action, maybe it works?
2026-02-14 19:33:35 +01:00

11 lines
222 B
YAML

# orignally a github action, so who know if this'll work
name: Prek checks
on: [push, pull_request]
jobs:
prek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: j178/prek-action@v1