From 2bd54153054b6feed93d3f6f5362e48205ab6fc9 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Fri, 27 Oct 2023 22:48:34 -0600 Subject: [PATCH] try --- .gitea/workflows/cicd.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/cicd.yaml diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml new file mode 100644 index 0000000..64de4d7 --- /dev/null +++ b/.gitea/workflows/cicd.yaml @@ -0,0 +1,12 @@ +name: cicd +run-name: ${{ gitea }} test +on: [push] + +jobs: + cicd: + runs-on: ubuntu-latest + steps: + - run: | + pwd + hostname + echo hello world