Skip to content

Commit 30b0af3

Browse files
committed
bump
1 parent 219138a commit 30b0af3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/xmllinter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ jobs:
5858
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
5959
echo "current_file=${i}" >> $GITHUB_OUTPUT
6060
61-
if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, steps.linter.outputs.current_file) }} -eq "true"]
61+
if [ ${{ contains(
62+
fromJSON(steps.read-json.outputs.config).ignore,
63+
steps.linter.outputs.current_file) }} -eq "true"
64+
]; then
6265
echo "Skipping ${i}"
6366
else
6467
echo "Linting ${i}"

0 commit comments

Comments
 (0)