Skip to content

Commit 4398a10

Browse files
committed
Check typos in CI
1 parent 726c51e commit 4398a10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ jobs:
5252
with:
5353
go-version: "1.x"
5454
- run: make check-tidy
55+
56+
typos:
57+
runs-on: ubuntu-latest
58+
steps:
59+
- uses: actions/checkout@v3
60+
- uses: crate-ci/[email protected]

0 commit comments

Comments
 (0)