File tree Expand file tree Collapse file tree 2 files changed +0
-35
lines changed Expand file tree Collapse file tree 2 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 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
12
- uses : errata-ai/vale-action@reviewdog
15
-
16
- with :
17
- filter_mode : added
18
- vale_flags : " --glob=*.txt"
19
- reporter : github-pr-check
20
- files : ../docs/*
21
- # Radhika says not to block PR merge if there are Vale errors
22
- # To change set fail_on_error: true
23
- fail_on_error : false
24
- env :
25
- # Required, set by GitHub actions automatically:
26
- # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
27
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
28
- REVIEWDOG_GITHUB_API_TOKEN : ${{secrets.GITHUB_TOKEN}}
29
-
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments