From 87bdd183ab476c16f1efb0928c4dd899387e5b52 Mon Sep 17 00:00:00 2001 From: gano Date: Thu, 8 May 2025 15:43:57 +0000 Subject: [PATCH] Ajouter .forgejo/workflows/ci-test.yml --- .forgejo/workflows/ci-test.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/ci-test.yml diff --git a/.forgejo/workflows/ci-test.yml b/.forgejo/workflows/ci-test.yml new file mode 100644 index 0000000..10a1571 --- /dev/null +++ b/.forgejo/workflows/ci-test.yml @@ -0,0 +1,7 @@ +runs-on: docker +container: + image: alpine:3.20 +steps: + - run: | + grep Alpine /etc/os-release + echo SUCCESS \ No newline at end of file