From 351c6a1539b67a3110f478c44b706e446296aa1d Mon Sep 17 00:00:00 2001 From: Armamem0t Date: Wed, 9 Jul 2025 23:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml deleted file mode 100644 index cae4592..0000000 --- a/.gitea/workflows/build.yaml +++ /dev/null @@ -1,19 +0,0 @@ -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: | - python3 -V - echo "a" > b.bat - git add . - git commit -m "no message" - git push \ No newline at end of file