From d3f2fa3695020a2b6389067ba219d82300da1966 Mon Sep 17 00:00:00 2001 From: Kimberly Garmoe Date: Fri, 21 Jan 2022 16:00:22 -0800 Subject: [PATCH] Cspell now errors Signed-off-by: Kimberly Garmoe --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9065758ea..a09fed2924 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,9 +36,9 @@ jobs: files: '*.md' root: './content' github_token: "${{ secrets.GITHUB_TOKEN }}" - incremental_files_only: false - inline: warning - strict: false + incremental_files_only: true + inline: error + strict: true markdownlint: runs-on: ubuntu-latest steps: