Skip to content

Commit

Permalink
bump version (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Nov 15, 2023
1 parent 523dc2a commit a1016af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ markdown-check:
# Check Markdown in this repo.
LOCALLY

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

markdown-check-fix:
# Check Markdown in this repo.
LOCALLY

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

spell-check:
# Check spelling in this repo.
LOCALLY

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

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

0 comments on commit a1016af

Please sign in to comment.