Skip to content

Commit fa49f6b

Browse files
authored
Merge pull request #30 from maratori/typos
Check typos in CI
2 parents 726c51e + 4398a10 commit fa49f6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

+6
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)