Skip to content

Chore/build release (#239) #1

Chore/build release (#239)

Chore/build release (#239) #1

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GO_VERSION: 1.21
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
- name: golangci-lint-xiond
uses: golangci/golangci-lint-action@v5
with:
version: latest
args: --timeout=10m --tests=false