init-main
This commit is contained in:
parent
1091dc4826
commit
263b804197
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue