Skip to content

feat: add new command to delete samples #7

feat: add new command to delete samples

feat: add new command to delete samples #7

Workflow file for this run

name: Build & Test
on: [push]
jobs:
test:
name: Build & Test
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: |
go env -w GOFLAGS=-mod=mod
go build -v ./...