Skip to content

feat: add generate and list commands #5

feat: add generate and list commands

feat: add generate and list commands #5

Workflow file for this run

name: tests
on:
push:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.22
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: go test
run: go test -race -cover -v ./...