Skip to content

Commit

Permalink
Update lint.yml (#3479)
Browse files Browse the repository at this point in the history
* 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 c21f7d3 commit 5a2ad03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ jobs:
file-name: 'chef_dictionary.txt'
- uses: zwaldowski/cspell-action@v1
with:
config: cspell.json
config: '../../cspell.json'
paths: '**/*'
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
globs: |
*.md

0 comments on commit 5a2ad03

Please sign in to comment.