Skip to content

Commit

Permalink
run typos on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftechnify committed Jan 8, 2024
1 parent 9a2e856 commit de5c504
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:

- name: Lint
run: yarn lint

typos:
name: Detect typos
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Run typos
uses: crate-ci/[email protected]

0 comments on commit de5c504

Please sign in to comment.