Compare commits
No commits in common. "134cb7aad10a45f03807ae5a55c9f40caa71ac9e" and "00815609cb37ea1b074b9b924401827189fdd91a" have entirely different histories.
134cb7aad1
...
00815609cb
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -10,10 +10,8 @@ jobs:
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.21.x'
|
||||
- name: Build day one
|
||||
run: go build -v ./day01/*.go
|
||||
- name: Build day two
|
||||
run: go build -v ./day02/*.go
|
||||
- name: Build
|
||||
run: go build -v ./*/*.go
|
||||
- name: Display Go version
|
||||
run: go version
|
||||
- name: List files in the repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user