Skip to content

added graphql tutorial support #74

added graphql tutorial support

added graphql tutorial support #74

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build-binary:
name: Build binary
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build binary
run: make build