File tree Expand file tree Collapse file tree 3 files changed +7
-20
lines changed Expand file tree Collapse file tree 3 files changed +7
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4040 {
4141 "label" : " CI - Recursive Spell Check" ,
4242 "type" : " shell" ,
43- "command" : " earthly -P +spell- check" ,
43+ "command" : " earthly -P +check-spelling " ,
4444 "problemMatcher" : {
45- "owner" : " spell- check" ,
45+ "owner" : " check-spelling " ,
4646 "pattern" : {
4747 "regexp" : " ([\\ S+]+):(\\ d+):(\\ d+)\\ s-\\ s(.+)" ,
4848 "file" : 1 ,
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ markdown-check-fix:
1717
1818 DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v1.3.0+MDLINT_LOCALLY --src = $(echo ${PWD }) --fix = --fix
1919
20- spell- check:
21- # Check spelling in this repo.
22- LOCALLY
20+ # check-spelling Check spelling in this repo inside a container.
21+ check- spelling:
22+ DO github.com/input-output-hk/catalyst-ci/earthly/cspell:v2.0.10+CHECK
2323
24- DO github.com/input-output-hk/catalyst-ci/earthly/cspell:v1.3.0+CSPELL_LOCALLY --src = $(echo ${PWD })
24+ check :
25+ BUILD +check-spelling
2526
2627repo-docs :
2728 # Create artifacts of extra files we embed inside the documentation when its built.
You can’t perform that action at this time.
0 commit comments