File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 branches : ["main", "devel"]
55 paths :
6+ - ' go.mod'
67 - ' **.go'
78 - ' **.yml'
89 - ' **.yaml'
910 pull_request :
1011 branches : ["main", "devel"]
12+ paths :
13+ - ' go.mod'
14+ - ' **.go'
15+ - ' **.yml'
16+ - ' **.yaml'
1117
1218permissions :
1319 contents : read
2127 - uses : actions/checkout@v5
2228 - uses : actions/setup-go@v6
2329 with :
24- go-version : stable
30+ persist-credentials : false
31+ go-version-file : go.mod
2532 cache : true
2633 - run : go test -v ./...
2734
3138 - uses : actions/checkout@v5
3239 - uses : actions/setup-go@v6
3340 with :
34- go-version : stable
41+ persist-credentials : false
42+ go-version-file : go.mod
3543 cache : true
3644
3745 - name : golangci-lint
Original file line number Diff line number Diff line change 1- // package grammar defines patterns and rules for IPAM domain specific language.
1+ // Package grammar defines patterns and rules for IPAM domain specific language.
22package grammar
33
44import (
You can’t perform that action at this time.
0 commit comments