Files
i18n-key-sync/.gitea/workflows/ci.yml
7000pctAUTO a769138256
All checks were successful
CI / test (push) Successful in 1s
fix: simplest echo test
2026-02-02 04:36:16 +00:00

8 lines
116 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "CI passed"