Skip to content

Commit

Permalink
Merge branch 'test-vale' into test-vale-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jun 17, 2024
2 parents b80840f + 178cd04 commit e6c4c7a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
fetch-depth: 0 # Fetch all history so we can access all commits

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


- name: Install jq
run: sudo apt-get install -y jq
Expand Down

0 comments on commit e6c4c7a

Please sign in to comment.