From 0ea417ef970be5472d4dba5ab1c51f9a51a1e793 Mon Sep 17 00:00:00 2001 From: kashkenovbagdat <165206339+kashkenovbagdat@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:16:51 +0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f20729..0799513 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,12 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - name: Run markdown lint - run: | - 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 + run: | + 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: - 1name: remark-lint-report - path: remark-lint-report.json + - uses: actions/upload-artifact@v4 + with: + name: remark-lint-report + path: remark-lint-report.json