We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8787252 commit 3a6dd0aCopy full SHA for 3a6dd0a
1 file changed
.github/workflows/xmllinter.yml
@@ -48,12 +48,12 @@ jobs:
48
run: |
49
FILES=`find . -type f -iname "*.xml"`
50
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
+ echo "${item}"
56
done
+ #if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, item) }} -eq "true"]; then
+ # echo "Skip"
+ #else
+ #fi
57
#if [[ "${FILES}" != "" ]]; then
58
# JSON=`printf '%s\n' "${FILES[@]}" | jq -R . | jq -s .`
59
# echo "files=${JSON}" >> $GITHUB_OUTPUT
0 commit comments