From 716fcab8bd07dea7ec562be55b97889fb08641f7 Mon Sep 17 00:00:00 2001 From: "Adrien Bourmault (neox)" Date: Fri, 20 Oct 2023 09:29:31 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20ex=C3=A9cuteur=20Forgejo=20Actio?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/ci.yaml diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml new file mode 100644 index 0000000..1b55c7a --- /dev/null +++ b/.forgejo/workflows/ci.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: linux_amd64 + steps: + - run: echo All Good