Skip to content

ci: unified release workflow, lint & test workflows #157

ci: unified release workflow, lint & test workflows

ci: unified release workflow, lint & test workflows #157

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: Lint with GolangCI
timeout-minutes: 10
runs-on: ubuntu
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2