Skip to content

Commit

Permalink
fix: script name
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Dec 18, 2024
1 parent 8bd44dd commit 61a7b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pre-commit:
markdownlint:
tags: frontend style
glob: "*.md"
run: yarn run markdownlint --fix --no-globs {staged_files} || true
run: yarn run markdownlint-cli2 --fix --no-globs {staged_files} || true
stage_fixed: true
prettier:
tags: frontend style
Expand Down

0 comments on commit 61a7b45

Please sign in to comment.