Files
i18n-key-sync/.gitea/workflows/ci.yml
7000pctAUTO 339e36fece
All checks were successful
CI / test (push) Successful in 1s
fix: simplest possible workflow
2026-02-02 04:26:24 +00:00

7 lines
112 B
YAML

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