Compare commits
No commits in common. "a954f56c5a95c90bd8c4dc05eadc5f370204a5ef" and "43f4e94d7cbe37b6255d80b9fc68fccce72f2a82" have entirely different histories.
a954f56c5a
...
43f4e94d7c
2 changed files with 8 additions and 2 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All good!
|
||||||
|
|
@ -7,5 +7,5 @@ jobs:
|
||||||
prek:
|
prek:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: https://github.com/j178/prek-action@v1
|
- uses: j178/prek-action@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue