mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 13:47:21 +00:00
Create main.yml
This commit is contained in:
parent
08eb0f1b81
commit
bdda97471d
1 changed files with 16 additions and 0 deletions
16
.github/workflows/main.yml
vendored
Normal file
16
.github/workflows/main.yml
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue