Skip to content

Commit 7dbd5dd

Browse files
chore: Minor clean up
Signed-off-by: Evgeniy Dikevich <[email protected]>
1 parent bbc0a5d commit 7dbd5dd

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

Earthfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.1 AS mdlint-ci
44
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.1 AS cspell-ci
55
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.1 AS python-ci
66
IMPORT github.com/input-output-hk/catalyst-ci:v3.6.0 AS cat-ci
7+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.6.1 AS debian
78

8-
FROM debian:stable-slim
99

1010
# check-markdown : markdown check using catalyst-ci.
1111
check-markdown:
@@ -19,21 +19,13 @@ markdown-check-fix:
1919

2020
# clean-spelling-list : Make sure the project dictionary is properly sorted.
2121
clean-spelling-list:
22+
FROM debian+debian-clean
2223
DO cspell-ci+CLEAN
2324

2425
# check-spelling : Check spelling in this repo inside a container.
2526
check-spelling:
2627
DO cspell-ci+CHECK
2728

28-
# spell-list-words : List words in a dictionary
29-
spell-list-words:
30-
FROM ghcr.io/streetsidesoftware/cspell:8.0.0
31-
WORKDIR /work
32-
33-
COPY . .
34-
35-
RUN cspell-cli --words-only --unique "wasm/**" | sort -f
36-
3729
# repo-docs : target to store the documentation from the root of the repo.
3830
repo-docs:
3931
# Create artifacts of extra files we embed inside the documentation when its built.

specs/Earthfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,3 @@ check:
8787
# Check our validation code actually works properly
8888
RUN cd generators; \
8989
uv run docs -o "../../docs" ../signed_doc.json
90-

utilities/docs-preview/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.1 AS docs-ci
44

55
# update-docs-dev-script: get the latest docs dev script from CI.
66
update-docs-dev-script:
7-
DO docs-ci+SYNC_LOCAL_DOCS
7+
DO docs-ci+SYNC_LOCAL_DOCS

0 commit comments

Comments
 (0)