teilchensammler-cli/.forgejo/workflows/prek.yaml
bronsen 43f4e94d7c
Some checks failed
/ test (push) Successful in 2s
Prek checks / prek (push) Failing after 15s
ci/woodpecker/push/workflow Pipeline failed
actions: atm we only have a docker runner, let's try it
2026-02-14 19:35:32 +01:00

11 lines
215 B
YAML

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