Skip to content

Commit

Permalink
chore: add typos check in CI (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jun 22, 2023
1 parent bf236eb commit 3bd2724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1

- name: Check typos
if: matrix.os == 'ubuntu-22.04'
uses: crate-ci/typos@master

- name: Check formatting, linting, license headers, types and run tests
run: deno task ok

Expand Down

0 comments on commit 3bd2724

Please sign in to comment.