Skip to content

Commit 484f5b6

Browse files
committed
lint after build
1 parent b2dbd82 commit 484f5b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
with:
2626
go-version: ${{ matrix.go_version }}
2727

28-
- name: Lint
29-
run: python3 ./evergreen/go_lint.py
30-
3128
- name: Build
3229
run: go build main/migration_verifier.go
30+
31+
- name: Lint
32+
run: python3 ./evergreen/go_lint.py

0 commit comments

Comments
 (0)