Files
i18n-key-sync/.gitea/workflows/ci.yml
7000pctAUTO 60643c01aa
All checks were successful
CI / test (push) Successful in 1s
fix: minimal test workflow
2026-02-02 04:17:21 +00:00

11 lines
145 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test Python
run: python3 --version