Skip to content

Commit af89271

Browse files
committed
debugging
1 parent 1c738da commit af89271

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spelling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
followup: ${{ steps.spelling.outputs.followup }}
2727
runs-on: ubuntu-latest
28-
if: ${{ contains(github.event_name, 'pull_request') }}
28+
# if: ${{ contains(github.event_name, 'pull_request') }}
2929
concurrency:
3030
group: spelling-${{ github.event.pull_request.number || github.ref }}
3131
cancel-in-progress: true
@@ -34,9 +34,9 @@ jobs:
3434
id: spelling
3535
uses: check-spelling/check-spelling@prerelease
3636
with:
37-
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
37+
# suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
3838
checkout: true
39-
check_file_names: 1
39+
check_file_names: 0
4040
post_comment: 1
4141
use_magic_file: 1
4242
warnings: bad-regex,binary-file,deprecated-feature,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check

0 commit comments

Comments
 (0)