From 86a6154362b57bef0aae400f6a32841a38087cc4 Mon Sep 17 00:00:00 2001 From: Baltrust Date: Tue, 24 Sep 2024 18:58:18 +0300 Subject: [PATCH] Add forgejo/workflows/testing.yml testing docker --- 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