Skip to content

Commit

Permalink
ci: Updated spelling.yml to stop using comments, pull_request_target (i…
Browse files Browse the repository at this point in the history
  • Loading branch information
XDRAGON2002 committed Jan 3, 2022
1 parent f45f087 commit ce4ea3a
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 ce4ea3a

Please sign in to comment.