Skip to content

Merge pull request #16 from seatsio/release_automation_test #69

Merge pull request #16 from seatsio/release_automation_test

Merge pull request #16 from seatsio/release_automation_test #69

Workflow file for this run

name: 'Build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:
secrets: inherit

Check failure on line 9 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 9, Col: 14): Unexpected value 'inherit'
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 ./...