Skip to content

Commit 4faf014

Browse files
Update .github/workflows/check-go-task.yml
Co-authored-by: per1234 <[email protected]>
1 parent a8d7811 commit 4faf014

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/check-go-task.yml

+9
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,16 @@ jobs:
119119
run: git diff --color --exit-code
120120

121121
check-config:
122+
name: check-config (${{ matrix.module.path }})
122123
runs-on: ubuntu-latest
123124

125+
strategy:
126+
fail-fast: false
127+
128+
matrix:
129+
module:
130+
- path: ./
131+
124132
steps:
125133
- name: Checkout repository
126134
uses: actions/checkout@v2
@@ -131,6 +139,7 @@ jobs:
131139
go-version: ${{ env.GO_VERSION }}
132140

133141
- name: Run go mod tidy
142+
working-directory: ${{ matrix.module.path }}
134143
run: go mod tidy
135144

136145
- name: Check whether any tidying was needed

0 commit comments

Comments
 (0)