File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4848 # version: latest
4949
5050 tests-on-windows :
51- needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
51+ # needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
5252 runs-on : windows-latest
5353 steps :
5454 - uses : actions/checkout@v4
5959 run : make.exe test
6060
6161 tests-on-macos :
62- needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
62+ # needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
6363 runs-on : macos-latest
6464 steps :
6565 - uses : actions/checkout@v4
7070 run : make test
7171
7272 tests-on-unix :
73- needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
73+ # needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
7474 strategy :
7575 matrix :
7676 os :
Original file line number Diff line number Diff line change @@ -196,3 +196,4 @@ issues:
196196
197197run :
198198 timeout : 5m
199+
Original file line number Diff line number Diff line change 1+ // Package: main
12package main
23
34import (
You can’t perform that action at this time.
0 commit comments