Compare commits

..

No commits in common. "a954f56c5a95c90bd8c4dc05eadc5f370204a5ef" and "43f4e94d7cbe37b6255d80b9fc68fccce72f2a82" have entirely different histories.

2 changed files with 8 additions and 2 deletions

View file

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

View file

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