updates
All checks were successful
build / build (push) Successful in 13s

This commit is contained in:
Tijl 2024-09-27 17:47:01 +02:00
parent a7b5aa2aec
commit aa6a8e03b3
Signed by: tijl
GPG Key ID: DAE24BFCD722F053
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,24 @@
name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
github-server-url: 'https://git.tijl.dev'
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Build
run: go build

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
stopwatch

1
README.md Normal file
View File

@ -0,0 +1 @@
`go install git.tijl.dev/tijl/stopwatch`