Skip to content

Fixes schema warning #20

Fixes schema warning

Fixes schema warning #20

Workflow file for this run

name: Go test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: '1.21.6'
- name: Test with the Go CLI
run: go test ./...