Skip to content

fix: goreleaser brews repository instead of tap #26

fix: goreleaser brews repository instead of tap

fix: goreleaser brews repository instead of tap #26

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.19"
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: "latest"
args: --issues-exit-code=0