Skip to content

Commit

Permalink
testing GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
aireilly committed Sep 27, 2023
1 parent 76f83da commit 53272c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vale-on-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [pull_request]

jobs:
vale:
name: Linting with Vale
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
filter_mode: diff_context
vale_flags: "--no-exit --minAlertLevel=error"
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
reporter: github-pr-review
fail_on_error: false
env:
Expand Down

0 comments on commit 53272c1

Please sign in to comment.