Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO 9daceb969a
All checks were successful
CI / test (push) Successful in 1s
fix: minimal CI echo test
2026-02-04 20:51:10 +00:00

9 lines
139 B
YAML

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