Skip to content

Commit 29ec174

Browse files
committed
add zig package integrity
1 parent 9171acf commit 29ec174

File tree

2 files changed

+753
-2
lines changed

2 files changed

+753
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ serve:
33
zine --port 1313
44

55
lint:
6-
npx @lint-md/cli **/*
6+
npx @lint-md/cli $$(git ls-files '*.smd')
77

88
format:
9-
npx @lint-md/cli --fix **/*
9+
npx @lint-md/cli --fix $$(git ls-files '*.smd')
1010

1111

1212
EXCLUDE = --exclude "*webp" --exclude "*svg" --exclude "*gif"

0 commit comments

Comments
 (0)