Skip to content

Commit

Permalink
Try this way
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 8, 2025
1 parent bedf964 commit 5e6e662
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ jobs:
curl "https://github.com/DavidAnson/markdownlint-cli2/blob/af14a2e768b741b941255b4c6b875339b4acbb73/test/config-files/cfg/.markdownlint-cli2.jsonc" \
-o resources/.markdownlint-cli2.jsonc
docker run -w /myfolder -v $PWD:/myfolder davidanson/markdownlint-cli2:v0.17.1 \
"**/*.md" "#node_modules" >> check_reports/markdown_lint_report.txt 2>&1
npm install markdownlint-cli2 --global
markdownlint-cli2 "**/*.md" "#node_modules" >> check_reports/markdown_lint_report.txt 2>&1
# Commit the rendered bookdown files
- name: Commit markdown report to preview branch
Expand Down

0 comments on commit 5e6e662

Please sign in to comment.