Compare commits

...

2 commits

Author SHA1 Message Date
bronsen
a954f56c5a actions: provide full url to actions repo
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
Prek checks / prek (push) Failing after 1m43s
2026-02-14 19:40:03 +01:00
bronsen
db1af24047 actions: remove demo workflow again 2026-02-14 19:36:05 +01:00
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!

View file

@ -7,5 +7,5 @@ jobs:
prek: prek:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v6 - uses: https://code.forgejo.org/actions/checkout@v6
- uses: j178/prek-action@v1 - uses: https://github.com/j178/prek-action@v1