Skip to content

Commit

Permalink
Update vale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaintarbor committed Apr 10, 2024
1 parent 340fa7e commit b7b7ab4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
ALL_CHANGED_FILES: ${{ steps.changed-markdown-files.outputs.all_changed_files }}
run: |
echo ${ALL_CHANGED_FILES}
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
echo "ALL_CHANGED_FILES=$ALL_CHANGED_FILES" >> $GITHUB_ENV
done
- uses: errata-ai/vale-action@reviewdog
env:
Expand Down

0 comments on commit b7b7ab4

Please sign in to comment.