Skip to content

chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#28) #66

chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#28)

chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#28) #66

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ~1.18
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
skip-go-installation: true