Skip to content

Commit 3494094

Browse files
committed
feat: added lint actions
1 parent 0a84a68 commit 3494094

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21-
- uses: reviewdog/action-setup@v1
21+
- name: Go Lint
22+
uses: reviewdog/action-golangci-lint@v2
2223
with:
23-
reviewdog_version: latest
24+
cache: true
25+
26+
- name: misspell
27+
uses: reviewdog/action-misspell@v1
28+
with:
29+
github_token: ${{ secrets.github_token }}
30+
locale: "US"

0 commit comments

Comments
 (0)