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.
2 parents 9e11b59 + 288e6c4 commit 1e71e2fCopy full SHA for 1e71e2f
.github/workflows/lint-with-vale.yml
@@ -1,12 +1,17 @@
1
---
2
name: Linting with Vale on pull request
3
-
4
on: [pull_request]
5
6
jobs:
7
vale:
8
- name: runner / vale
+ name: Linting with Vale
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
+ - name: Install Asciidoctor
12
+ run: sudo apt-get install -y asciidoctor
13
- uses: errata-ai/vale-action@reviewdog
14
+ with:
15
+ files: docs/
16
+ reporter: github-pr-review
17
+ fail_on_error: true
vale.ini
@@ -1,4 +1,4 @@
-StylesPath = .vale/styles
+StylesPath = .github/styles
MinAlertLevel = error
0 commit comments