From 2965a8b44b1631219f446be8f7a5cc18259bb2a3 Mon Sep 17 00:00:00 2001 From: Michele Pagot <101880010+mpagot@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:22:46 +0200 Subject: [PATCH 1/2] Update cspell_action to 2.11 --- .github/workflows/markdown.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index cc18d45c..b979f2aa 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -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 }} From e67b752c7ddff112a7389891e4a6f5fdf5128329 Mon Sep 17 00:00:00 2001 From: Michele Pagot <101880010+mpagot@users.noreply.github.com> Date: Mon, 24 Oct 2022 16:20:59 +0200 Subject: [PATCH 2/2] Update markdown.yml --- .github/workflows/markdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index b979f2aa..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