Skip to content

Commit 40c79ab

Browse files
committed
Fix vale lint error
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 33773b1 commit 40c79ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v3
5757
- uses: errata-ai/vale-action@reviewdog
5858
with:
59-
files: '["archetypes", "assets", "content", "data", "layouts", "static"]'
59+
files: '["assets", "content", "data", "layouts", "static"]'
6060
vale_flags: "--config=tools/vale/.vale-github-action.ini"
6161
filter_mode: diff_context
6262
fail_on_error: true

0 commit comments

Comments
 (0)