Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Jun 17, 2024
1 parent d9ade0e commit 96bd891
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
fetch-depth: 0 # Fetch all history so we can access all commits

- name: Install Vale
uses: errata-ai/vale-action@v2
uses: errata-ai/vale-action@reviewdog
with:
version: latest

- name: Get changed files
id: changed-files
Expand All @@ -37,7 +39,8 @@ jobs:
cp "vale_output_${file//\//_}_edit.md" "corrected_files/${file//\//_}"
done
echo "Vale outputs:"
ls -l
ls -l original_files
ls -l corrected_files
- name: Upload original files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 96bd891

Please sign in to comment.