File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,10 @@ on: [pull_request]
5
5
6
6
jobs :
7
7
vale :
8
- name : Linting with Vale
8
+ name : runner / vale
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - name : Install Asciidoctor
13
- run : sudo apt-get install -y asciidoctor
14
- -
uses :
errata-ai/[email protected]
12
+ - uses : errata-ai/vale-action@reviewdog
15
13
with :
16
- version : 2.17.0
17
- files : docs/*
18
- # vale_flags: "--no-exit --minAlertLevel=error"
19
- reporter : github-pr-review
20
- fail_on_error : true
21
- env :
22
- # Required, set by GitHub actions automatically:
23
- # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
24
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
14
+ files : ../../docs/*
You can’t perform that action at this time.
0 commit comments