We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9abe62 commit 350587fCopy full SHA for 350587f
.github/workflows/spelling.yaml
@@ -1,22 +1,17 @@
1
name: Check Spelling
2
3
on:
4
- push:
+ pull_request:
5
6
jobs:
7
spelling:
8
9
runs-on: ubuntu-latest
10
- # if: ${{ contains(github.event_name, 'pull_request') || github.event_name == 'push' }}
11
- # concurrency:
12
- # group: spelling-${{ github.event.pull_request.number || github.ref }}
13
- # # note: If you use only_check_changed_files, you do not want cancel-in-progress
14
- # cancel-in-progress: true
15
steps:
16
- uses: actions/checkout@v3
17
- name: Check spelling
18
id: spelling
19
- uses: check-spelling/check-spelling@main
+ uses: check-spelling/check-spelling@v0.0.24
20
with:
21
check_file_names: 1
22
post_comment: 0
0 commit comments