From 67cf75f6fe6a0e118c5959a706a386c50db4045a Mon Sep 17 00:00:00 2001 From: stanislas Date: Thu, 1 May 2025 22:40:48 +0200 Subject: [PATCH] tentative de CI --- .forgejo/workflows/cv-creation.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/cv-creation.yaml diff --git a/.forgejo/workflows/cv-creation.yaml b/.forgejo/workflows/cv-creation.yaml new file mode 100644 index 0000000..f9c52cb --- /dev/null +++ b/.forgejo/workflows/cv-creation.yaml @@ -0,0 +1,7 @@ +on: [ push ] + +jobs: + test: + runs-on: docker + steps: + - run: echo All good \ No newline at end of file