From ff2f20544b5cd066f59a4862f7732e83b0c15123d685aca21e6625eb4b3603ee Mon Sep 17 00:00:00 2001 From: sfeng Date: Sat, 17 May 2025 23:26:02 -0400 Subject: [PATCH] add testing action --- .forgejo/workflows/compile-action.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/compile-action.yaml diff --git a/.forgejo/workflows/compile-action.yaml b/.forgejo/workflows/compile-action.yaml new file mode 100644 index 0000000..987d51f --- /dev/null +++ b/.forgejo/workflows/compile-action.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good