Skip to content

πŸ”„ Sync from monorepo #707

πŸ”„ Sync from monorepo

πŸ”„ Sync from monorepo #707

Workflow file for this run

on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-go@v5.1.0
with:
go-version-file: 'go.mod'
- run: go build -v ./...
- run: go test -v ./...