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
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:
parent
4a4d977b53
commit
edff559bac
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/prek.yaml
Normal file
11
.forgejo/workflows/prek.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue