Skip to content

Commit

Permalink
add misspell linter
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeprojects committed Aug 18, 2024
1 parent ccccfa2 commit b254503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ linters:
- gocheckcompilerdirectives
- gosec
# - maintidx
- misspell
- nilnil
- noctx
- nolintlint
Expand Down

0 comments on commit b254503

Please sign in to comment.