mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 05:37:23 +00:00
update
This commit is contained in:
parent
ecb2396534
commit
8c05863a54
1 changed files with 0 additions and 16 deletions
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
|
@ -1,16 +0,0 @@
|
||||||
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