Skip to content

Commit c7adbbb

Browse files
committed
Add spell checker
1 parent 1706260 commit c7adbbb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
File renamed without changes.

.github/workflows/code-quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
- name: Ensure go mod tidy
3333
run: |
3434
go mod tidy -diff
35+
36+
- name: Check spelling
37+
uses: streetsidesoftware/cspell-action@v6

0 commit comments

Comments
 (0)