From 67cf75f6fe6a0e118c5959a706a386c50db4045a Mon Sep 17 00:00:00 2001 From: stanislas Date: Thu, 1 May 2025 22:40:48 +0200 Subject: [PATCH 1/2] 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 From 58a2b434f62f1ad04603ee39c6a7f2ada9315979 Mon Sep 17 00:00:00 2001 From: stanislas Date: Thu, 1 May 2025 22:48:05 +0200 Subject: [PATCH 2/2] =?UTF-8?q?annulation=20pour=20cause=20de=20pas=20de?= =?UTF-8?q?=20runner=20install=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/cv-creation.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .forgejo/workflows/cv-creation.yaml diff --git a/.forgejo/workflows/cv-creation.yaml b/.forgejo/workflows/cv-creation.yaml deleted file mode 100644 index f9c52cb..0000000 --- a/.forgejo/workflows/cv-creation.yaml +++ /dev/null @@ -1,7 +0,0 @@ -on: [ push ] - -jobs: - test: - runs-on: docker - steps: - - run: echo All good \ No newline at end of file