From ce96ec3d4897c9d09d442650d8e1dd972ffbc06e Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Tue, 24 Oct 2023 01:19:14 +0200 Subject: [PATCH] ci: add demo actions --- .forgejo/workflows/demo.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..0cabdcb --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,7 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good + - run: ls -la