Skip to content

Commit

Permalink
add {}
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 24, 2024
1 parent 4cade9e commit 49c407e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ 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}){
echo "$file was changed"
done
}
- name: Run dotnet format on changed files
run: |
Expand Down

0 comments on commit 49c407e

Please sign in to comment.