Skip to content

Commit

Permalink
feat(ci): add typos action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Apr 14, 2023
1 parent 2d23c00 commit 252eb2e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Conventional commits check
uses: oknozor/[email protected]

typo:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check spelling
uses: crate-ci/typos@master

0 comments on commit 252eb2e

Please sign in to comment.