Skip to content

Commit

Permalink
ci: add job to check spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 24, 2024
1 parent a87f381 commit e4d17b6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,15 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: dprint/[email protected]
- uses: dprint/[email protected]

spelling:
runs-on: ubuntu-22.04
steps:
- name: Install cargo-spellcheck
uses: taiki-e/install-action@v2
with:
tool: cargo-spellcheck
- uses: actions/checkout@v3
- name: Run cargo-spellcheck
run: cargo spellcheck --code 1

0 comments on commit e4d17b6

Please sign in to comment.