From 732fe2e611922bb50c6f1d2e6bca343f7c5192e7 Mon Sep 17 00:00:00 2001 From: Nicola Zangrandi Date: Tue, 21 Jan 2025 10:55:52 +0100 Subject: [PATCH] Added initial forgejo actions config --- .forgejo/workflows/demo.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/demo.yml diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml new file mode 100644 index 0000000..fe9ca2b --- /dev/null +++ b/.forgejo/workflows/demo.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: alpine-latest + steps: + - run: echo All Good