删除 .gitea/workflows/build.yaml

This commit is contained in:
Armamem0t 2025-07-09 23:28:50 +08:00 committed by git.mingliqiye.com
parent 5d22bbff19
commit 351c6a1539
Signed by: git.mingliqiye.com
GPG Key ID: F810443113074559

View File

@ -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