Skip to content

Merge pull request #58 from tchssk/goa3.25.3 #253

Merge pull request #58 from tchssk/goa3.25.3

Merge pull request #58 from tchssk/goa3.25.3 #253

Workflow file for this run

name: Go
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go build -v ./...
- run: go test -v ./...