Skip to content

Commit

Permalink
install golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
asimpson committed Feb 22, 2024
1 parent 73dcabd commit 8a0a1f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 'stable'

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: latest

- name: Check spelling
run: npx --yes [email protected] -c cspell.config.json "**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}"
Expand Down

0 comments on commit 8a0a1f1

Please sign in to comment.