From b254503506c76700eb74868677facaed250a7730 Mon Sep 17 00:00:00 2001 From: Fred Date: Sun, 18 Aug 2024 15:55:24 +0100 Subject: [PATCH] add misspell linter --- .github/workflows/build.yml | 2 +- .golangci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3710699..08c8cefb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: go_version: ['1.23'] - os: [ubuntu-latest, windows-latest, macos-14] + os: [ubuntu-latest, windows-latest, macos-latest] env: OS: ${{ matrix.os }} GO: ${{ matrix.go_version }} diff --git a/.golangci.yml b/.golangci.yml index e3ae4589..f7c624f8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,6 +9,7 @@ linters: - gocheckcompilerdirectives - gosec # - maintidx + - misspell - nilnil - noctx - nolintlint