Skip to content

build(deps): bump actions/checkout from 4 to 6 #153

build(deps): bump actions/checkout from 4 to 6

build(deps): bump actions/checkout from 4 to 6 #153

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches: [ '*' ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v2.3.0
#
# Optional: golangci-lint command line arguments.
args: --config=./.github/workflows/config/lint-config.yml -v