diff --git a/.github/workflows/cspell.yaml b/.github/workflows/cspell.yaml index 82147b3..c0a5c29 100644 --- a/.github/workflows/cspell.yaml +++ b/.github/workflows/cspell.yaml @@ -22,12 +22,6 @@ jobs: - name: cspell run uses: streetsidesoftware/cspell-action@v6 with: - # files: | - # *.md - # .*.md - # **.md - # .*/*.md - # .*/**/.*.md files: "**/*.md" check_dot_files: true suggestions: false diff --git a/.github/workflows/markdownlint.yaml b/.github/workflows/markdownlint.yaml index 07f65b1..4c72de9 100644 --- a/.github/workflows/markdownlint.yaml +++ b/.github/workflows/markdownlint.yaml @@ -23,3 +23,4 @@ jobs: uses: nosborn/github-action-markdown-cli@v3.3.0 with: files: . + dot: true diff --git a/.yamlfmt.yaml b/.yamlfmt.yaml index 4427a17..5895849 100644 --- a/.yamlfmt.yaml +++ b/.yamlfmt.yaml @@ -1,6 +1,6 @@ --- -# https://github.com/google/yamlfmt config file. -# Simply copy this file to the root of the project. +# https://github.com/google/yamlfmt config file +# Simply copy this file to the root of the project continue_on_error: true formatter: include_document_start: true