We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6669865 commit 8787252Copy full SHA for 8787252
1 file changed
.github/workflows/xmllinter.yml
@@ -48,11 +48,11 @@ 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
+ #if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, item) }} -eq "true"]; then
+ # echo "Skip"
+ #else
54
echo "${item}"
55
- fi
+ #fi
56
done
57
#if [[ "${FILES}" != "" ]]; then
58
# JSON=`printf '%s\n' "${FILES[@]}" | jq -R . | jq -s .`
0 commit comments