Files
test-ci/.gitea/workflows/test.yml
T
reds85 45ac4e9ce3
Test CI / hello (push) Successful in 9s
Ajouter .gitea/workflows/test.yml
2026-08-12 15:17:51 +00:00

9 lines
161 B
YAML

name: Test CI
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello depuis Gitea Actions !"