mirror of
https://github.com/ad-si/awesome-3d-printing.git
synced 2026-04-29 03:19:31 -05:00
20 lines
221 B
Makefile
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
|