Skip to content

Commit 57a2c6b

Browse files
committed
TEMP
1 parent 042811f commit 57a2c6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v2
32+
- name: Check go mod
33+
run: go mod tidy
3234
- name: lint
3335
uses: golangci/golangci-lint-action@v2.3.0
3436
with:

0 commit comments

Comments
 (0)