Skip to content

Refactor(log): misc improvement (#71) #444

Refactor(log): misc improvement (#71)

Refactor(log): misc improvement (#71) #444

Workflow file for this run

name: Linter
concurrency:
group: linter-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: "--out-${NO_FUTURE}format line-number"