From 1735950260f15e11a1731d07977d2864327d06b3 Mon Sep 17 00:00:00 2001 From: James Andariese Date: Sun, 25 Feb 2024 13:51:06 -0600 Subject: [PATCH] wip --- .github/workflows/build.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml new file mode 100644 index 0000000..4e5837b --- /dev/null +++ b/.github/workflows/build.yaml @@ -0,0 +1,15 @@ +name: Github Actions Demo +run-name: ${{ github.actor }} is testing out GitHub Actions (on Gitea) 🚀 +on: [push] + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - run: | + ls ${{ github.workspace }} + - run: | + docker ps -a + docker images -a