Skip to content

Verify goreleaser config locally and in CI #4

Verify goreleaser config locally and in CI

Verify goreleaser config locally and in CI #4

Workflow file for this run

name: Verify
on:
push:
branches:
- '*'
tags:
- v*
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make verify
- run: make install
- run: kubectl-history --help