Skip to content

Commit e6c4c7a

Browse files
authored
Merge branch 'test-vale' into test-vale-pr
2 parents b80840f + 178cd04 commit e6c4c7a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/vale.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
fetch-depth: 0 # Fetch all history so we can access all commits
1717

1818
- name: Install Vale
19-
run: |
20-
wget -qO- https://install.goreleaser.com/github.com/ValeLint/vale.sh | sh -s v2.9.4
21-
sudo mv ./bin/vale /usr/local/bin/vale
22-
shell: bash
19+
uses: errata-ai/vale-action@reviewdog
20+
with:
21+
version: 2.17.0
22+
files: all
23+
reporter: github-pr-check
24+
filter_mode: nofilter
25+
2326

2427
- name: Install jq
2528
run: sudo apt-get install -y jq

0 commit comments

Comments
 (0)