Skip to content

Commit 350587f

Browse files
committed
Use fixed spellchecker action version
1 parent d9abe62 commit 350587f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/spelling.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
name: Check Spelling
22

33
on:
4-
push:
4+
pull_request:
55

66
jobs:
77
spelling:
88
name: Check Spelling
99
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
1510
steps:
1611
- uses: actions/checkout@v3
1712
- name: Check spelling
1813
id: spelling
19-
uses: check-spelling/check-spelling@main
14+
uses: check-spelling/check-spelling@v0.0.24
2015
with:
2116
check_file_names: 1
2217
post_comment: 0

0 commit comments

Comments
 (0)