Skip to content

Merge pull request #15 from seatsio/steve/expose_extra_ga_properties #68

Merge pull request #15 from seatsio/steve/expose_extra_ga_properties

Merge pull request #15 from seatsio/steve/expose_extra_ga_properties #68

Workflow file for this run

name: 'Build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Brussels
- run: go get .
- run: go build -v ./...
- run: go test -v ./...