Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkyd committed Mar 17, 2024
1 parent 19e04ed commit 1b88c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Run markdown lint
run: npm install remark-cli remark-preset-lint-consistent
- name: Run the remark
run: npx remark . --use remark-preset-lint-consistent --report vfile-reporter-json 2> remark-lint-report.json
run: |
npm install remark-cli remark-preset-lint-consistent
npx remark . --use remark-preset-lint-consistent --report vfile-reporter-json 2> remark-lint-report.json || true
- uses: actions/upload-artifact@v3
with:
name: remark-lint-report
Expand Down

0 comments on commit 1b88c6c

Please sign in to comment.