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 e8a1e98 commit 0ae62c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ 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
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

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0ae62c7

Please sign in to comment.