Skip to content

Commit

Permalink
Updated spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XDRAGON2002 committed Dec 29, 2021
1 parent e36bc96 commit ffba885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Spell checking
on: [push, pull_request_target]
on: [push, pull_request]

jobs:
spelling:
Expand All @@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: check-spelling/check-spelling@v0.0.19
with:
post_comment: '0'

0 comments on commit ffba885

Please sign in to comment.