Skip to content

Commit 4870fef

Browse files
committed
update github CI cfg
1 parent 18f5681 commit 4870fef

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will build a golang project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
3-
41
name: Go
52

63
on:
@@ -9,13 +6,12 @@ on:
96
pull_request:
107
branches: [ "main" ]
118

12-
defaults:
13-
run:
14-
working-directory: ./rword/v2
15-
169
jobs:
1710
build:
1811
runs-on: ubuntu-latest
12+
defaults:
13+
run:
14+
working-directory: rword/v2
1915
steps:
2016
- uses: actions/checkout@v4
2117

0 commit comments

Comments
 (0)