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 9e11b59 commit c328b98Copy full SHA for c328b98
.github/workflows/lint-with-vale.yml
@@ -9,4 +9,12 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
+ - name: Install Asciidoctor
13
+ run: sudo apt-get install -y asciidoctor
14
+ - uses: actions/checkout@v3
15
- uses: errata-ai/vale-action@reviewdog
16
+ env:
17
+ # Required, set by GitHub actions automatically:
18
+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
19
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20
+ REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments