Skip to content

Commit

Permalink
add parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 24, 2024
1 parent 1caa9eb commit 4cade9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.current_commit }}
run: |
for file in ${ALL_CHANGED_FILES}; do
for (file in ${ALL_CHANGED_FILES}); do
echo "$file was changed"
done
Expand Down

0 comments on commit 4cade9e

Please sign in to comment.