File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 3838 - name : Build
3939 run : go build main/migration_verifier.go
4040
41- - name : Lint
42- run : python3 ./evergreen/go_lint.py
43-
4441 - name : Test
4542 run : go test -v ./...
4643 env :
Original file line number Diff line number Diff line change 1+ name : golangci-lint
2+ on :
3+ push :
4+ branches :
5+ - main
6+ - master
7+ pull_request :
8+
9+ permissions :
10+ contents : read
11+ # Optional: allow read access to pull request. Use with `only-new-issues` option.
12+ # pull-requests: read
13+
14+ jobs :
15+ golangci :
16+ name : lint
17+ runs-on : ubuntu-latest
18+ steps :
19+ - uses : actions/checkout@v4
20+ - uses : actions/setup-go@v5
21+ with :
22+ go-version : stable
23+ - name : golangci-lint
24+ uses : golangci/golangci-lint-action@v6
25+ with :
26+ version : v1.60
You can’t perform that action at this time.
0 commit comments