Compare commits
4 Commits
77dd5783b2
...
gitea-acti
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c156be7a1 | |||
| d36262eaf4 | |||
| e7a054c57f | |||
| 7ff39e072c |
@@ -1,5 +1,8 @@
|
||||
name: Build
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "^test$"
|
||||
jobs:
|
||||
gobuild:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -10,8 +13,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
|
||||
Reference in New Issue
Block a user