Skip to content

Commit

Permalink
Bump check-spelling/check-spelling from 0.0.20 to 0.0.21 (#9205)
Browse files Browse the repository at this point in the history
Merge pull request 9205
  • Loading branch information
dependabot[bot] committed Jan 30, 2023
1 parent e90fa17 commit e0cd941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/check-spelling@v0.0.20
uses: check-spelling/check-spelling@v0.0.21
with:
# This workflow runs in response to both `push` and `pull_request`, if there's an open `pull_request` in the same repository for a given branch, there's no reason to spend resources checking both the `push` and the `pull_request`, so this flag tells the action while running for the `push` to find the `pull_request` and stop working early:
suppress_push_for_open_pull_request: 1
Expand Down

0 comments on commit e0cd941

Please sign in to comment.