Skip to content

Commit

Permalink
add spellcheck ci
Browse files Browse the repository at this point in the history
  • Loading branch information
designer2k2 authored Nov 18, 2023
1 parent 34003b0 commit 1e764b5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Spell Check

on:
- push
- pull_request

jobs:
spellcheck:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
uses: codespell-project/actions-codespell@master
with:
ignore_words_list: als

0 comments on commit 1e764b5

Please sign in to comment.