Skip to content

gqlgenc v1

gqlgenc v1 #855

Workflow file for this run

name: Go
on:
push:
branches: [ v3 ]
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
GOEXPERIMENT: jsonv2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go build -v .
- run: make test
- run: make lint