Files
i18n-key-sync/.gitea/workflows/ci.yml
7000pctAUTO 3ec222dbb8
All checks were successful
CI / test (push) Successful in 4s
fix: add Python setup
2026-02-02 04:38:31 +00:00

16 lines
284 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: echo "Python setup done"