This commit is contained in:
commit
134cb7aad1
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -10,8 +10,10 @@ jobs:
|
|||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.x'
|
go-version: '1.21.x'
|
||||||
- name: Build
|
- name: Build day one
|
||||||
run: go build -v ./*/*.go
|
run: go build -v ./day01/*.go
|
||||||
|
- name: Build day two
|
||||||
|
run: go build -v ./day02/*.go
|
||||||
- name: Display Go version
|
- name: Display Go version
|
||||||
run: go version
|
run: go version
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user