diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index cc18d45c..812a8354 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -16,7 +16,7 @@ jobs: environment: production strategy: matrix: - docfile: ['README.md', 'terraform/aws/README.md', 'terraform/azure/README.md', 'docs/playbooks/README.md'] + docfile: ['README.md', 'terraform/aws/README.md', 'terraform/azure/README.md'] steps: # Checkout the repository to the GitHub Actions runner @@ -30,9 +30,9 @@ jobs: config_file: .markdownlint.json - name: Spell-check Markdown files - uses: streetsidesoftware/cspell-action@v2.2.0 + uses: streetsidesoftware/cspell-action@v2.11.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} incremental_files_only: false config: 'cspell.json' - files: ${{ matrix.docfile }} \ No newline at end of file + files: ${{ matrix.docfile }}