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
|
||||
with:
|
||||
go-version: '1.21.x'
|
||||
- name: Build
|
||||
run: go build -v ./*/*.go
|
||||
- name: Build day one
|
||||
run: go build -v ./day01/*.go
|
||||
- name: Build day two
|
||||
run: go build -v ./day02/*.go
|
||||
- name: Display Go version
|
||||
run: go version
|
||||
- name: List files in the repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user