From 1a23b28568a47a20a370f2b52c2619d919996289 Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Thu, 17 Oct 2024 14:03:52 +0300 Subject: [PATCH 1/2] style(.yamllint): delete periods in comment --- .yamlfmt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 67b353990a3a51f59f8553eb18a5be562c23f449 Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Mon, 21 Oct 2024 14:24:10 +0300 Subject: [PATCH 2/2] fix(markdownlint.yaml): fix markdownlint workflow, to lint dots Add new property. #250 fixed --- .github/workflows/cspell.yaml | 6 ------ .github/workflows/markdownlint.yaml | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) 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