Skip to content

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 5.0.0 (#87) #222

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 5.0.0 (#87)

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 5.0.0 (#87) #222

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --exclude="File is not \`gofmt\`-ed with \`-s\`"