Skip to content

Commit d83fe9b

Browse files
committed
Fix Vale sync issue
1 parent 915a6e8 commit d83fe9b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,4 @@ jobs:
7373
with:
7474
fail_on_error: true
7575
filter_mode: nofilter
76-
reporter: github-check
77-
vale_flags: --glob='!.github/styles/*'
76+
reporter: github-pr-review

.vale.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ BasedOnStyles = proselint,\
99

1010
# Disable
1111
Vale.Spelling = NO
12+
13+
# `vale sync` in CI means the packages are then linted, so turn them off
14+
[.github/styles/**]
15+
BasedOnStyles =

0 commit comments

Comments
 (0)