Skip to content

fix: [sc-86007] Add config validation in config mode #36

fix: [sc-86007] Add config validation in config mode

fix: [sc-86007] Add config validation in config mode #36

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
permissions:
contents: read
strategy:
fail-fast: false
matrix:
os:
- windows-latest
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: "1.24.0"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.10.1