From 218460fa793a4ea755f917fde5ed23c2a180d655 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 11 Aug 2024 16:16:00 -0400 Subject: [PATCH] ci: test ci --- .forgejo/workflows/test.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .forgejo/workflows/test.yaml diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml new file mode 100644 index 0000000..bb5122e --- /dev/null +++ b/.forgejo/workflows/test.yaml @@ -0,0 +1,8 @@ +on: [push] +jobs: + test: + runs-on: ayakael-podman-x86_64 + container: + image: alpine:edge + steps: + - run: echo All Goodo