Skip to content

Commit

Permalink
Merge pull request #93 from SUSE/cspell_action_2_11
Browse files Browse the repository at this point in the history
Update cspell_action to 2.11
  • Loading branch information
mpagot authored Oct 24, 2022
2 parents 5fa7c2f + e67b752 commit 46b241e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
files: ${{ matrix.docfile }}

0 comments on commit 46b241e

Please sign in to comment.