Skip to content

Commit cf5cce9

Browse files
committed
try linting
1 parent 0a59f4d commit cf5cce9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/all.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
build:
10+
basics:
1111
runs-on: ubuntu-latest
1212

1313
strategy:
@@ -23,4 +23,6 @@ jobs:
2323
with:
2424
go-version: ${{ matrix.go_version }}
2525

26+
- run: python3 ./evergreen/go_lint.py
27+
2628
- run: go build main/migration_verifier.go

0 commit comments

Comments
 (0)