Skip to content

Commit 8787252

Browse files
committed
bump
1 parent 6669865 commit 8787252

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/xmllinter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
run: |
4949
FILES=`find . -type f -iname "*.xml"`
5050
for item in ${FILES}[@]; do
51-
if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, item) }} -eq "true"]; then
52-
echo "Skip"
53-
else
51+
#if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, item) }} -eq "true"]; then
52+
# echo "Skip"
53+
#else
5454
echo "${item}"
55-
fi
55+
#fi
5656
done
5757
#if [[ "${FILES}" != "" ]]; then
5858
# JSON=`printf '%s\n' "${FILES[@]}" | jq -R . | jq -s .`

0 commit comments

Comments
 (0)