Skip to content

Commit 12c0b3a

Browse files
committed
use rumdl from image
1 parent 485193b commit 12c0b3a

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.rumdl.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ code-lint:
3333
code-deps-update:
3434
uv lock --upgrade
3535

36-
markdown-lint:
37-
rumdl check modules
36+
compose-markdown-lint:
37+
docker compose run --rm exercises make markdown-lint
3838

39-
markdown-lint-fix:
40-
rumdl fmt modules
39+
compose-markdown-lint-fix:
40+
docker compose run --rm exercises make markdown-lint-fix

0 commit comments

Comments
 (0)