Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Apr 18, 2024
1 parent 9f0b4a5 commit 3dceb0a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: reviewdog
on: [pull_request]
name: spellcheck
on:
push:
pull_request:
workflow_dispatch:
jobs:
misspell:
name: runner / misspell
spellcheck:
name: spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v4
- name: misspell
uses: reviewdog/action-misspell@v1
- name: Check spelling
uses: codespell-project/actions-codespell@v2
with:
github_token: ${{ secrets.github_token }}
locale: "US"
check_filenames: true
check_hidden: true
skip: .git,.gitignore

0 comments on commit 3dceb0a

Please sign in to comment.