Skip to content

Commit

Permalink
Merge branch 'main' into feat/utils-wallet-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem authored Apr 8, 2024
2 parents d176e02 + 2d959bb commit 426e787
Show file tree
Hide file tree
Showing 52 changed files with 7,533 additions and 400 deletions.
6 changes: 5 additions & 1 deletion .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ TXNZD
Typer
unmanaged
UTXO
utxo
Utxos
utxos
vite
Expand All @@ -174,4 +175,7 @@ xcodeproj
xctest
xctestrun
xcworkspace
yoroi
yoroi
cbor
metamap
repr
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ FROM debian:stable-slim

# check-markdown markdown check using catalyst-ci.
check-markdown:
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v2.0.10+CHECK
DO github.com/input-output-hk/catalyst-ci/earthly/mdlint:v2.11.0+CHECK

# markdown-check-fix markdown check and fix using catalyst-ci.
markdown-check-fix:
LOCALLY

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

# 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.11.0+CHECK

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

0 comments on commit 426e787

Please sign in to comment.