diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..f88a0fe --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,15 @@ +name: Gitea Actions Build +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: + push: + branches: + - master +jobs: + Build: + runs-on: ubuntu-dev + steps: + - name: Check out repository code + uses: https://git.mingliqiye.com/Actions/checkout@v4 + - name: build-test + run: | + python -V \ No newline at end of file