Skip to content

feat: Add nlreturn linter and clean up code formatting (#111) #49

feat: Add nlreturn linter and clean up code formatting (#111)

feat: Add nlreturn linter and clean up code formatting (#111) #49

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: v1.22
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60