Skip to content

Commit

Permalink
ci: fix markdownlint auto-fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
lumpinif committed Nov 21, 2024
1 parent a5b71ba commit bf10b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: markdownlint
run: |
bun install markdownlint-cli2 --global
bun markdownlint-cli2 --fix "**/*.md"
bun markdownlint-cli2 "**/*.md" --fix
- name: Commit fixes
run: |
if [[ -n $(git status --porcelain) ]]; then
Expand Down

0 comments on commit bf10b54

Please sign in to comment.