From ddd81c9d9b84bc85dd6ea9adc7a5734b166a1d6a Mon Sep 17 00:00:00 2001 From: Ahmed Limem <143096027+Ahmed-Limem@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:28:48 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f21e5df..58101b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,5 +26,10 @@ jobs: - uses: actions/checkout@v4 - 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 vfile-reporter-json + npx remark . --use remark-preset-lint-consistent --report vfile-reporter-json 2> remark-lint-report.json + + - uses: actions/upload-artifact@v4 + with: + name: remark-lint-report + path: remark-lint-report.json