Skip to content

Commit

Permalink
Merge pull request #11 from Consensys/vale-folders
Browse files Browse the repository at this point in the history
fixes: ?is this fix for filepath?
  • Loading branch information
m4sterbunny authored Sep 10, 2024
2 parents 26052d3 + f885c1e commit 25695fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spelling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ runs:
uses: errata-ai/vale-action@v2
with:
files: |
"./docs/",
"./blog/",
"./services/",
"./developer-tools/",
"./snaps/",
"./wallet/"
"docs/",
"blog/",
"services/",
"developer-tools/",
"snaps/",
"wallet/"
vale_flags: "--config ./.docs-gha/spelling/.vale.ini --glob='!docs/**/*.js'"
env:
# Required, set by GitHub actions automatically:
Expand Down

0 comments on commit 25695fc

Please sign in to comment.