File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 39
39
python -m pip install --upgrade pip
40
40
pip install codespell==2.1.0
41
41
- 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
You can’t perform that action at this time.
0 commit comments