Skip to content

Commit

Permalink
ci: add an action to check spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 29, 2023
1 parent 897e30c commit 3a33392
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check spelling

on:
- pull_request
- push

jobs:
run:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typo@master

0 comments on commit 3a33392

Please sign in to comment.