Skip to content

Commit

Permalink
Check markdown, not vendored. (#3480)
Browse files Browse the repository at this point in the history
* Check markdown, not vendored.

Signed-off-by: Kimberly Garmoe <[email protected]>

* exclude archtypes

Signed-off-by: Kimberly Garmoe <[email protected]>

* try a list

Signed-off-by: Kimberly Garmoe <[email protected]>

* Update lint.yml

Signed-off-by: Kimberly Garmoe <[email protected]>

* Update lint.yml

Signed-off-by: Kimberly Garmoe <[email protected]>
  • Loading branch information
Kimberly Garmoe authored Oct 12, 2021
1 parent ac0701c commit 14311f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- uses: zwaldowski/cspell-action@v1
with:
config: '../../cspell.json'
paths: '**/*'
paths: '**/*.md'
exclude: '_vendor/'
markdownlint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 14311f0

Please sign in to comment.