Skip to content

support samples_types_units column #81

support samples_types_units column

support samples_types_units column #81

Workflow file for this run

name: test-pipeline
on:
pull_request:
branches:
- '**'
workflow_dispatch:
inputs:
environment:
type: manual
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.6.0
- uses: actions/setup-go@v4.0.0
with:
go-version: '>=1.20.0'
- name: Install tools
run: make install-ci
- name: Run unit tests and lint
run: make test-and-lint