Skip to content

Commit 117c1c3

Browse files
committed
bump
1 parent 3a6dd0a commit 117c1c3

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/xmllinter.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,31 +50,14 @@ jobs:
5050
for item in ${FILES}[@]; do
5151
echo "${item}"
5252
done
53-
#if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, item) }} -eq "true"]; then
54-
# echo "Skip"
55-
#else
56-
#fi
57-
#if [[ "${FILES}" != "" ]]; then
58-
# JSON=`printf '%s\n' "${FILES[@]}" | jq -R . | jq -s .`
59-
# echo "files=${JSON}" >> $GITHUB_OUTPUT
60-
#else
61-
# echo "files={}" >> $GITHUB_OUTPUT
62-
#fi
53+
6354
echo "files<<EOF" >> $GITHUB_OUTPUT
6455
echo "${FILES}" >> $GITHUB_OUTPUT
6556
echo "EOF" >> $GITHUB_OUTPUT
66-
# iterate through the Bash array
6757
6858
- name: Lint XML
6959
run: |
7060
FILES=${{ steps.read-json.outputs.files }}
7161
for item in ${FILES}[@]; do
7262
echo "${item}"
7363
done
74-
#echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, 'bullshit') }}
75-
#echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, '/path/to/file') }}
76-
#for fn in ${{ steps.find-xml.outputs.files }}; do
77-
# echo "the next file is $fn"
78-
# cat $fn
79-
#done
80-

0 commit comments

Comments
 (0)