Skip to content

Merge pull request #701 from joaopapereira/move-tag-mechanism-out-of-… #1788

Merge pull request #701 from joaopapereira/move-tag-mechanism-out-of-…

Merge pull request #701 from joaopapereira/move-tag-mechanism-out-of-… #1788

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened, synchronize]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
args: -v