Skip to content

Commit 25ff13b

Browse files
authored
Update .github/workflows/style-guide.yml
1 parent f034fd4 commit 25ff13b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/style-guide.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Install Asciidoctor
1212
run: sudo apt-get install -y asciidoctor
13-
- uses: errata-ai/vale-action@v2
13+
- name: Run Vale on new and modified content
14+
uses: errata-ai/vale-action@v2
1415
with:
1516
filter_mode: diff_context
1617
vale_flags: "--no-exit --minAlertLevel=error"

0 commit comments

Comments
 (0)