Skip to content

Commit

Permalink
Merge branch 'main' into fix/markdown-check
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj authored Dec 7, 2023
2 parents 927672d + ab320a6 commit c485289
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/spell-check.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .vscode/tasks.recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
{
"label": "CI - Recursive Spell Check",
"type": "shell",
"command": "earthly -P +spell-check",
"command": "earthly -P +check-spelling",
"problemMatcher": {
"owner": "spell-check",
"owner": "check-spelling",
"pattern": {
"regexp": "([\\S+]+):(\\d+):(\\d+)\\s-\\s(.+)",
"file": 1,
Expand Down
9 changes: 5 additions & 4 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ markdown-check-fix:

DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v2.0.10+MDLINT_LOCALLY --src=$(echo ${PWD}) --fix=--fix

spell-check:
# Check spelling in this repo.
LOCALLY
# check-spelling Check spelling in this repo inside a container.
check-spelling:
DO github.com/input-output-hk/catalyst-ci/earthly/cspell:v2.0.10+CHECK

DO github.com/input-output-hk/catalyst-ci/earthly/cspell:v2.0.9+CSPELL_LOCALLY --src=$(echo ${PWD})
check:
BUILD +check-spelling

repo-docs:
# Create artifacts of extra files we embed inside the documentation when its built.
Expand Down

0 comments on commit c485289

Please sign in to comment.