File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11name : Build and Deploy
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
48
59jobs :
610 build-and-deploy :
2024 - name : Set up Go
2125 uses : actions/setup-go@v5
2226 with :
23- go-version-file : ' go.mod'
27+ go-version-file : " go.mod"
2428
2529 - name : Set up QEMU
2630 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 11name : verify
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
48
59jobs :
610 lint :
1115 - name : Set up Go
1216 uses : actions/setup-go@v5
1317 with :
14- go-version-file : ' go.mod'
18+ go-version-file : " go.mod"
1519
1620 - name : Install ShellCheck and shfmt
1721 run : |
4448 - name : Set up Go
4549 uses : actions/setup-go@v5
4650 with :
47- go-version-file : ' go.mod'
51+ go-version-file : " go.mod"
4852
4953 - name : verify go.mod/go.sum
5054 run : |
6064 - uses : dorny/paths-filter@v2
6165 id : changes
6266 with :
63- base : ' main'
67+ base : " main"
6468 filters : |
6569 md:
6670 - 'README.md'
You can’t perform that action at this time.
0 commit comments