From 614c0d6f8da7bc2813e174fb279e087b2f5f6572 Mon Sep 17 00:00:00 2001 From: Neshura Date: Tue, 12 Dec 2023 06:53:44 +0000 Subject: [PATCH] Move test.yml to correct directory --- .forgejo/workflows/test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .forgejo/workflows/test.yml diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml new file mode 100644 index 0000000..637f42a --- /dev/null +++ b/.forgejo/workflows/test.yml @@ -0,0 +1,16 @@ +name: 'Run Tests on Code' +author: 'Neshura' + +on: + push: + tags-ignore: + - '**' + branches: + - '**' +jobs: + run-tests: + runs-on: docker + steps: + - + name: Placeholder + run: echo Placeholder Job \ No newline at end of file