From fcbf4534c908615777c1c371879277ef19c6255d Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Wed, 26 Jun 2024 20:42:05 +0000 Subject: [PATCH] Add demo.yml --- .forgejo/workflows/demo.yml | 8 ++++++++ 1 file changed, 8 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..51a349e --- /dev/null +++ b/.forgejo/workflows/demo.yml @@ -0,0 +1,8 @@ +name: Actions Demo +run-name: Testing out Actions 🚀 +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo All Good \ No newline at end of file