Armamem0t f74a75a3d8
Some checks failed
Gitea Actions Build / Build (push) Failing after 6s
更新 .gitea/workflows/build.yaml
2025-07-09 23:27:18 +08:00

19 lines
442 B
YAML

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 "no message"
git push