Skip to content

Allow for-sale config to be specified when events and seasons are created #87

Allow for-sale config to be specified when events and seasons are created

Allow for-sale config to be specified when events and seasons are created #87

Workflow file for this run

name: 'Build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
workflow_call:
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 ./...