Skip to content

Add lint workflow

Add lint workflow #1

Workflow file for this run

name: Lint
on:
push:
workflow_call:
jobs:
lint:
name: Run golanci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.61.0
args: --timeout=5m