Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO f276dfdb86
All checks were successful
CI / test (push) Successful in 1s
fix: CI echo test
2026-02-04 21:02:46 +00:00

8 lines
111 B
YAML

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