init-main

This commit is contained in:
root 2024-06-30 21:01:19 +08:00
parent 1091dc4826
commit 263b804197
1 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: CI
on: [push]
jobs:
build:
name: Build
name: init-main
runs-on: runner
steps:
- name: install nodejs&golang and set proxy
@ -18,10 +18,6 @@ jobs:
chmod +x run.sh
./run.sh
# - uses: actions/setup-go@v5
# with:
# go-version: 1.22
- name: echo hello world
run: |
echo "I love you"