From 9b9d8c1345262329c9d1f500744c3440365c8dab Mon Sep 17 00:00:00 2001 From: rvba Date: Sun, 1 Dec 2024 16:59:47 +0100 Subject: [PATCH] Ajouter .forgejo/workflows/default.yml --- .forgejo/workflows/default.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/default.yml diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml new file mode 100644 index 0000000..6461578 --- /dev/null +++ b/.forgejo/workflows/default.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run echo Hello, Runner ! \ No newline at end of file