Skip to content

chore: update linter configuration #141

chore: update linter configuration

chore: update linter configuration #141

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: stable
- name: Check and get dependencies
run: go mod tidy -diff
- name: Build with goreleaser
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
with:
distribution: goreleaser
version: latest
args: build --clean --snapshot