Skip to content

Initial work to switch to xo/ox for cli handling #254

Initial work to switch to xo/ox for cli handling

Initial work to switch to xo/ox for cli handling #254

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Checkout code
uses: actions/checkout@v3
- name: Build
run: go build ./...