Create main.yml

This commit is contained in:
ettingshausen 2023-11-06 21:39:30 +08:00 committed by GitHub
parent 08eb0f1b81
commit bdda97471d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Run Custom Script
on:
push:
branches:
- main # 你可以根据需要更改分支名称
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run custom script
run: |
apt-get update && apt-get -y install libxml2-utils
chmod +x run.sh
./run.sh