Skip to content

Remove tscli from project. #73

Remove tscli from project.

Remove tscli from project. #73

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