Skip to content

Commit 9e11b59

Browse files
authored
Merge pull request #110 from anarnold97/vale-test-5
vale-test-5
2 parents d85ff38 + 14c53e6 commit 9e11b59

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,4 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- name: Install Asciidoctor
13-
run: sudo apt-get install -y asciidoctor
1412
- 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-

.github/workflows/reviewdog.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)