commit fcbf4534c908615777c1c371879277ef19c6255d Author: TheThomaas Date: Wed Jun 26 20:42:05 2024 +0000 Add 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