From 5a2ad038c2a901a1dfe8bd63e902321fb1a981c3 Mon Sep 17 00:00:00 2001 From: Kimberly Garmoe Date: Mon, 11 Oct 2021 22:52:42 -0700 Subject: [PATCH] Update lint.yml (#3479) * Update lint.yml Signed-off-by: Kimberly Garmoe * Update lint.yml Signed-off-by: Kimberly Garmoe --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 78bd922c00..7b58658843 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: file-name: 'chef_dictionary.txt' - uses: zwaldowski/cspell-action@v1 with: - config: cspell.json + config: '../../cspell.json' paths: '**/*' markdownlint: runs-on: ubuntu-latest @@ -34,6 +34,5 @@ jobs: - uses: actions/checkout@v2 - uses: DavidAnson/markdownlint-cli2-action@v4 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" globs: | *.md