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