File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Linting with Vale on pull request
3
+
3
4
on : [pull_request]
4
5
5
6
jobs :
6
7
vale :
7
- name : Linting with Vale
8
+ name : runner / vale
8
9
runs-on : ubuntu-latest
9
10
steps :
10
11
- uses : actions/checkout@v3
11
12
- name : Install Asciidoctor
12
13
run : sudo apt-get install -y asciidoctor
13
14
- uses : errata-ai/vale-action@reviewdog
15
+
14
16
with :
15
- filter_mode : diff_context
16
- vale_flags : " --no-exit --minAlertLevel=error"
17
- reporter : github-pr-review
18
- files : ../../ docs/*
17
+ # filter_mode: diff_context
18
+ # vale_flags: "--no-exit --minAlertLevel=error"
19
+ # reporter: github-pr-review
20
+ files : docs/*
19
21
# Radhika says not to block PR merge if there are Vale errors
20
22
# To change set fail_on_error: true
21
23
fail_on_error : false
You can’t perform that action at this time.
0 commit comments