Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check Spelling

on: [pull_request]

jobs:
misc:
name: misspell
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
Copy link
Contributor

@cclauss cclauss Feb 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- name: Install
run: |
wget -O - -q https://git.io/misspell | sh -s -- -b .
- name: Misspell
run: |
find *.md -type f | xargs ./misspell -error