From 6a1c35eac8532ce6f2a3ee461832bf1afc437286 Mon Sep 17 00:00:00 2001 From: Cailin Jensen <190897354+highschool-coder@users.noreply.github.com> Date: Sun, 15 Dec 2024 01:34:31 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1071aca..e64f5cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,15 +18,15 @@ jobs: # This workflow contains a single job called "build" build: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 + steps: + - 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 + - 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 - - uses: actions/upload-artifact@v4 - with: - name: remark-lint-report - path: remark-lint-report.json + - uses: actions/upload-artifact@v4 + with: + name: remark-lint-report + path: remark-lint-report.json