Files
snippet-manager/.gitea/workflows/ci.yml
7000pctAUTO 6ee0a572d6
All checks were successful
CI / test (push) Successful in 1s
Minimal echo test
2026-03-22 12:49:52 +00:00

10 lines
127 B
YAML

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Echo test
run: echo "Hello World"