Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 12, 2024
1 parent 1b470db commit 0ba9c89
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
fetch-depth: 0

- name: Set environment variables
run: |
echo "HOME=/home/runner" >> $GITHUB_ENV
echo "VALE_CONFIG_PATH=$(pwd)/.vale.ini" >> $GITHUB_ENV
- name: Set up Vale
uses: errata-ai/vale-action@reviewdog
with:
Expand All @@ -23,9 +28,6 @@ jobs:
version: 2.17.0
reporter: github-pr-check

- name: Set VALE_CONFIG_PATH
run: echo "VALE_CONFIG_PATH=$(pwd)/.vale.ini" >> $GITHUB_ENV

- name: Get changed files
id: changed-files
run: |
Expand Down

0 comments on commit 0ba9c89

Please sign in to comment.