Skip to content

Commit a326bfd

Browse files
debug: added commaands to debug github actions
1 parent 57bfd01 commit a326bfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/enforce-go-mod-tidy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
run: git init && git add --all && git -c user.name='test' -c user.email='[email protected]' commit -m 'init for pr action'
1212
- name: Install latest go
1313
run: wget https://go.dev/dl/go1.18.10.linux-amd64.tar.gz && rm -rf /usr/local/go && tar -C /usr/local -xzf go*.tar.gz && export PATH=$PATH:/usr/local/go/bin
14+
- name: Debug
15+
run: go version && go mod tidy && go mod why
1416
- name: Go mod tidy for root project
1517
run: go mod tidy
1618
- name: Go mod tidy for example apps

0 commit comments

Comments
 (0)