Files
i18n-key-sync/.gitea/workflows/ci.yml
7000pctAUTO 3346579fe0
Some checks failed
CI / test (push) Failing after 5s
fix: add checkout step
2026-02-02 04:37:00 +00:00

13 lines
269 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
git clone https://${{ gitea.server }}/${{ gitea.repository }} .
git checkout ${{ gitea.sha }}
- run: echo "CI passed"