From 204d60969d523eb44e5f8a4a362f3ce1336d563f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 1 Apr 2023 15:52:53 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20=E2=80=9E.gitea/workflows/build.y?= =?UTF-8?q?ml=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..16357a3 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,14 @@ +name: Gitea Actions Demo +run-name: Testing out Gitea Actions 🚀 +on: [push] +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a push event." + - run: echo "💡 The gitea-runner-example repository has been cloned to the runner." + - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - name: List files in the repository + run: | + ls + - run: echo "🍏 This job's status is complete." \ No newline at end of file