Skip to content

Commit 161301b

Browse files
committed
ci
1 parent 17fa1a2 commit 161301b

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

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

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- name: Get dependencies
2323
run: |
24+
set -eo pipefail
2425
go mod tidy && git diff --exit-code
2526
go mod download
2627
go mod verify

0 commit comments

Comments
 (0)