Files
archicratie-edition/.gitea/workflows/ping.yml
Archicratia 11fa4eb73f
All checks were successful
PING / ping (push) Successful in 22s
ci: add ping workflow (debug trigger)
2026-01-23 17:27:42 +01:00

11 lines
105 B
YAML

name: PING
on:
push:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- run: echo "PING OK"