fix: add checkout step
Some checks failed
CI / test (push) Failing after 5s

This commit is contained in:
2026-02-02 04:37:00 +00:00
parent a769138256
commit 3346579fe0

View File

@@ -4,4 +4,9 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout
run: |
git clone https://${{ gitea.server }}/${{ gitea.repository }} .
git checkout ${{ gitea.sha }}
- run: echo "CI passed" - run: echo "CI passed"