From 9e2f1a6363c44245aadd393749939a3bb285a228 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 26 Sep 2023 17:26:08 -0400 Subject: [PATCH] actions test --- .forgejo/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/deploy.yml diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml new file mode 100644 index 0000000..d470cda --- /dev/null +++ b/.forgejo/workflows/deploy.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good