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 82cfa67 commit 67753ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ 0 }}
run: |
echo "${ALL_CHANGED_FILES}"
for file in ${ALL_CHANGED_FILES}; do
echo "No filed changed"
echo "ALL_CHANGED_FILES=$ALL_CHANGED_FILES" >> $GITHUB_ENV
echo "No filed changed"
done
- uses: errata-ai/vale-action@reviewdog
env:
Expand Down

0 comments on commit 67753ad

Please sign in to comment.