diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35a6605..eac41c8 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 - npx remark . --use remark_preset_lint_consistent --frail + npm install remark-cli remark-preset-lint-consistent + npx remark . --use remark-preset-lint-consistent --frail