From 178cd04db57f7b9bf908775f528112757b9b2abb Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Mon, 17 Jun 2024 12:14:07 +0100 Subject: [PATCH] add --- .github/workflows/vale.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index c5af0f9f24a..c6a613ac95b 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -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