Skip to content

Commit

Permalink
Fix vocabularies directory (#4318)
Browse files Browse the repository at this point in the history
* Fix vocabularies directory

Signed-off-by: Ian Maddaus <[email protected]>

* fix missing directory

Signed-off-by: Ian Maddaus <[email protected]>

---------

Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd authored Oct 10, 2024
1 parent 7a63309 commit 783dbb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
files: '["archetypes", "assets", "content", "data", "layouts", "static", "themes"]'
files: '["archetypes", "assets", "content", "data", "layouts", "static"]'
vale_flags: "--config=tools/vale/.vale-github-action.ini"
filter_mode: diff_context
fail_on_error: true
File renamed without changes.

0 comments on commit 783dbb8

Please sign in to comment.