Files
awesome-3d-printing/makefile
François Magimel 04de24e515 Lint code with awesome-lint
---------

Co-authored-by: Adrian Sieber <36796532+ad-si@users.noreply.github.com>
2025-09-12 18:57:28 +00:00

20 lines
221 B
Makefile

.PHONY: update-toc
update-toc:
bun x markdown-toc \
--bullets='-' \
-i \
readme.md
.PHONY: lint
lint:
bun x awesome-lint
.PHONY: test
test: lint
lychee \
--max-redirects 0 \
--require-https \
readme.md