File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 - name : Verify go.mod is sane
3131 run : go mod tidy && git diff --no-patch --exit-code
3232
33- - name : Install dependencies
34- run : go mod download
35-
3633 - name : Run code lint
37343835 with :
3936 args : --timeout=3m
4037
38+ - name : Install dependencies
39+ run : go mod download
40+
4141 - name : Verify build
4242 run : make dev
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 - name : Verify go.mod is sane
2727 run : go mod tidy && git diff --no-patch --exit-code
2828
29- - name : Install dependencies
30- run : go mod download
31-
3229 - name : Run code lint
33303431 with :
3532 args : --timeout=3m
3633
34+ - name : Install dependencies
35+ run : go mod download
36+
3737 - name : Verify build
3838 run : make dev
3939
You can’t perform that action at this time.
0 commit comments