Skip to content

Commit

Permalink
ci: try to fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Oct 14, 2024
1 parent e8db0c6 commit afecf3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .config/gtk-3.0/.github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
13 changes: 7 additions & 6 deletions .github/workflows/cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit afecf3f

Please sign in to comment.