Ajouter .forgejo/workflows/default.yml

This commit is contained in:
rvba 2024-12-01 16:59:47 +01:00
parent 76523f3026
commit 9b9d8c1345

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run echo Hello, Runner !