Skip to content

Commit 3a6dd0a

Browse files
committed
bump
1 parent 8787252 commit 3a6dd0a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/xmllinter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ 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
54-
echo "${item}"
55-
#fi
51+
echo "${item}"
5652
done
53+
#if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, item) }} -eq "true"]; then
54+
# echo "Skip"
55+
#else
56+
#fi
5757
#if [[ "${FILES}" != "" ]]; then
5858
# JSON=`printf '%s\n' "${FILES[@]}" | jq -R . | jq -s .`
5959
# echo "files=${JSON}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)