diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eac41c8..825a036 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,5 +26,5 @@ jobs: - uses: actions/checkout@v3 - name: Run markdown lint run: | - npm install remark-cli remark-preset-lint-consistent + npm install remark-cli _remark-preset-lint-consistent_ npx remark . --use remark-preset-lint-consistent --frail