Skip to content

list-operands: include namespace in error message when package is not found #224

list-operands: include namespace in error message when package is not found

list-operands: include namespace in error message when package is not found #224

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Lint
run: make lint
- name: Run GoReleaser
run: make release
env:
RELEASE_ARGS: release --rm-dist --snapshot