Skip to content

Commit d7c937b

Browse files
committed
Ignore qunit for spelling check
Only use one tool to check spelling.
1 parent 13c786f commit d7c937b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,4 @@ jobs:
3939
python -m pip install --upgrade pip
4040
pip install codespell==2.1.0
4141
- name: Check spelling with codespell
42-
run: codespell --ignore-words=codespell.txt || exit 1
43-
misspell:
44-
name: Check spelling all files in commit with misspell
45-
runs-on: ubuntu-latest
46-
steps:
47-
- uses: actions/checkout@v3
48-
- name: Install
49-
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/c0b55c8239520f6b5aa15a0207ca8b28027ba49e/install-misspell.sh | sh -s -- -b .
50-
- name: Misspell
51-
run: git ls-files --empty-directory | xargs ./misspell -i 'aircrafts,devels,invertions' -error
42+
run: codespell --ignore-words=codespell.txt --skip="./actionview/test/ujs/public/vendor/qunit.js" || exit 1

0 commit comments

Comments
 (0)