forgejo: add another workflow, using a github action, maybe it works?
Some checks failed
Prek checks / prek (push) Waiting to run
/ test (push) Successful in 2s
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
bronsen 2026-02-14 19:33:35 +01:00
parent 4a4d977b53
commit edff559bac

View file

@ -0,0 +1,11 @@
# 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