From 4bf484358f05be7b0d4664eea84ac0f7606ba415 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Mon, 14 Oct 2024 15:12:49 +0200 Subject: [PATCH] added workflow --- .gitea/workflows/pipeline.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/pipeline.yaml diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml new file mode 100644 index 0000000..ae0d223 --- /dev/null +++ b/.gitea/workflows/pipeline.yaml @@ -0,0 +1,15 @@ +name: Testing pipes +on: + push: + branch: + - main + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Check out repo code + uses: actions/checkout@v3 + - run: echo "Testing testing" + - run: cat ./README.md + - run: cat ./etc/os-release