From e924894f0db07e6b580960a53682d6b4ad1f9593 Mon Sep 17 00:00:00 2001 From: Antonio Dell'Annunziata Date: Sun, 2 Mar 2025 09:44:00 +0100 Subject: [PATCH] Add test action --- demo.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 demo.yaml diff --git a/demo.yaml b/demo.yaml new file mode 100644 index 0000000..d470cda --- /dev/null +++ b/demo.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good