diff --git a/.config/gtk-3.0/.github/README.md b/.config/gtk-3.0/.github/README.md index 47be588..4dc3768 100644 --- a/.config/gtk-3.0/.github/README.md +++ b/.config/gtk-3.0/.github/README.md @@ -2,5 +2,5 @@ Many of my selected applications run on GTK3, so to unify their appearance I keep this directory. - +a ![GTK3](gtk3.png "GTK3 example") diff --git a/.github/workflows/cspell.yaml b/.github/workflows/cspell.yaml index 179692c..a0b98cd 100644 --- a/.github/workflows/cspell.yaml +++ b/.github/workflows/cspell.yaml @@ -19,12 +19,13 @@ jobs: - name: cspell run uses: streetsidesoftware/cspell-action@v6 with: - files: | - *.md - .*.md - **.md - .*/*.md - .*/**/.*.md + # files: | + # *.md + # .*.md + # **.md + # .*/*.md + # .*/**/.*.md + files: "**/*.md" check_dot_files: true suggestions: false # Limit the files checked to the ones in the pull request or push.