From 292736168021fd9be76f36fb090582ca140035ee Mon Sep 17 00:00:00 2001 From: core Date: Tue, 4 Mar 2025 20:45:37 -0500 Subject: [PATCH] test workflow --- .forgejo/workflows/demo.yml | 7 +++++++ 1 file changed, 7 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..bda508a --- /dev/null +++ b/.forgejo/workflows/demo.yml @@ -0,0 +1,7 @@ +on: [push] + +jobs: + test: + runs-on: docker + steps: + - run: echo All Good \ No newline at end of file