Skip to content

Commit

Permalink
fix: adding more quoting?
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Sep 22, 2024
1 parent 19f3837 commit 6df00e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ runs:
echo "✅ $(basename $file)"
fi
done < <(find "${{ inputs.folder }}" -type f -name "*.ark" $exclusions -print0)
echo "$failures file(s) need to be formatted"
[ $failures -gt 0 ] && exit 1 || exit 0
File renamed without changes.
3 changes: 3 additions & 0 deletions not_included.ark
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(let
a
2)

0 comments on commit 6df00e7

Please sign in to comment.