File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v4
1818 with :
19- go-version : ' 1.25.0 '
19+ go-version-file : ' go.mod '
2020
2121 - name : Cache Go modules
2222 uses : actions/cache@v4
6868 - name : Set up Go
6969 uses : actions/setup-go@v4
7070 with :
71- go-version : ' 1.23.0 '
71+ go-version-file : ' go.mod '
7272
7373 - name : Cache Go modules
7474 uses : actions/cache@v4
Original file line number Diff line number Diff line change 2525 - name : Set up Go
2626 uses : actions/setup-go@v4
2727 with :
28- go-version : " 1.23.0 "
28+ go-version-file : ' go.mod '
2929
3030 - name : Cache Go modules
3131 uses : actions/cache@v4
Original file line number Diff line number Diff line change 2525 - name : Set up Go
2626 uses : actions/setup-go@v4
2727 with :
28- go-version : ' 1.23.0 '
28+ go-version-file : ' go.mod '
2929
3030 - name : Cache Go modules
3131 uses : actions/cache@v4
Original file line number Diff line number Diff line change 2525 - name : Set up Go
2626 uses : actions/setup-go@v4
2727 with :
28- go-version : " 1.23.0 "
28+ go-version-file : ' go.mod '
2929
3030 - name : Cache Go modules
3131 uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name: Shadeform Validation Tests
33on :
44 schedule :
55 # Run daily at 2 AM UTC
6- - cron : ' 0 2 * * *'
6+ - cron : " 0 2 * * *"
77 workflow_dispatch :
88 # Allow manual triggering
99 pull_request :
1010 paths :
11- - ' v1/providers/shadeform/**'
12- - ' internal/validation/**'
13- - ' v1/**'
14- branches : [ main ]
11+ - " v1/providers/shadeform/**"
12+ - " internal/validation/**"
13+ - " v1/**"
14+ branches : [main]
1515
1616jobs :
1717 shadeform-validation :
2525 - name : Set up Go
2626 uses : actions/setup-go@v4
2727 with :
28- go-version : ' 1.23.0 '
28+ go-version-file : " go.mod "
2929
3030 - name : Cache Go modules
3131 uses : actions/cache@v4
Original file line number Diff line number Diff line change 11.env
22__debug_bin *
33.idea /*
4+ coverage /*
You can’t perform that action at this time.
0 commit comments