Skip to content

chore: bump golangci-lint to v1.62 #197

chore: bump golangci-lint to v1.62

chore: bump golangci-lint to v1.62 #197

Workflow file for this run

name: Style
on:
pull_request:
branches: ['main']
jobs:
lint-markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo npm install -g markdownlint-cli
- run: markdownlint .
lint-source:
name: Lint Source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '~1.23.0'
- uses: golangci/golangci-lint-action@v6
with:
version: v1.62