From 07197978e73eef7cec2ea4fea20e5486a6554d82 Mon Sep 17 00:00:00 2001 From: Baltrust Date: Tue, 24 Sep 2024 18:58:44 +0300 Subject: [PATCH] Add .forgejo/workflows/testing.yml --- .forgejo/workflows/testing.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .forgejo/workflows/testing.yml diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml new file mode 100644 index 0000000..21280bd --- /dev/null +++ b/.forgejo/workflows/testing.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good \ No newline at end of file