Files
i18n-key-sync/.gitea/workflows/ci.yml
7000pctAUTO 7b43df4ef3
All checks were successful
CI / test (push) Successful in 3s
fix: use actions/checkout
2026-02-02 04:37:47 +00:00

11 lines
189 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- run: echo "CI passed"