Skip to content

v2: Ditch Query helpers. #54

v2: Ditch Query helpers.

v2: Ditch Query helpers. #54

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tsplot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.20'
- run: make test
- run: make build