Skip to content

Commit

Permalink
Cspell now errors
Browse files Browse the repository at this point in the history
Signed-off-by: Kimberly Garmoe <[email protected]>
  • Loading branch information
Kimberly Garmoe authored Jan 22, 2022
1 parent 8fee16d commit d3f2fa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3f2fa3

Please sign in to comment.