Skip to content

Commit

Permalink
Spellcheck in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
henryleberre committed Dec 23, 2023
1 parent 36623d6 commit a928067
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Spell Check
on:
push:
pull_request:
workflow_dispatch:

jobs:
run:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Spell Check
uses: crate-ci/typos@master

0 comments on commit a928067

Please sign in to comment.