We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f034fd4 commit 25ff13bCopy full SHA for 25ff13b
.github/workflows/style-guide.yml
@@ -10,7 +10,8 @@ jobs:
10
- uses: actions/checkout@v4
11
- name: Install Asciidoctor
12
run: sudo apt-get install -y asciidoctor
13
- - uses: errata-ai/vale-action@v2
+ - name: Run Vale on new and modified content
14
+ uses: errata-ai/vale-action@v2
15
with:
16
filter_mode: diff_context
17
vale_flags: "--no-exit --minAlertLevel=error"
0 commit comments