Skip to content

Add check subcommand for scripting use #63

Add check subcommand for scripting use

Add check subcommand for scripting use #63

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: Run tests
run: make test