Skip to content

Commit

Permalink
added pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Aug 25, 2024
1 parent d383828 commit 013b2d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: "20"

- name: Lint Markdown files
run: npx markdownlint-cli '**/*.md' \
run: |
npx markdownlint-cli '**/*.md' \
--config '.github/workflows/.markdownlint.json' \
--ignore '.github/CONTRIBUTING.md' \
--ignore '.github/CODE_OF_CONDUCT.md'\
Expand Down

0 comments on commit 013b2d4

Please sign in to comment.