Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 12, 2024
1 parent 167ecb5 commit c87b9d8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:
with:
fetch-depth: 0

- name: Set environment variables
- name: Install Vale
run: |
echo "HOME=/home/runner" >> $GITHUB_ENV
echo "VALE_CONFIG_PATH=$(pwd)/.vale.ini" >> $GITHUB_ENV
curl -L https://github.com/errata-ai/vale/releases/download/v2.17.0/vale_2.17.0_Linux_64-bit.tar.gz -o vale.tar.gz
tar -xvzf vale.tar.gz
sudo mv vale /usr/local/bin/
- name: Set VALE_CONFIG_PATH
run: echo "VALE_CONFIG_PATH=$(pwd)/.vale.ini" >> $GITHUB_ENV

- name: Set up Vale with Reviewdog
uses: errata-ai/vale-action@reviewdog
Expand Down

0 comments on commit c87b9d8

Please sign in to comment.