Skip to content

Commit d321741

Browse files
authored
Merge pull request #106 from anarnold97/vale-update3
vale-update-3
2 parents 30239e0 + 85b890d commit d321741

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/lint-with-vale.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
---
22
name: Linting with Vale on pull request
3+
34
on: [pull_request]
45

56
jobs:
67
vale:
7-
name: Linting with Vale
8+
name: runner / vale
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v3
1112
- name: Install Asciidoctor
1213
run: sudo apt-get install -y asciidoctor
1314
- uses: errata-ai/vale-action@reviewdog
15+
1416
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/*
1921
# Radhika says not to block PR merge if there are Vale errors
2022
# To change set fail_on_error: true
2123
fail_on_error: false

0 commit comments

Comments
 (0)