We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e1709 commit bc48fa3Copy full SHA for bc48fa3
.github/workflows/xmllinter.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Lint XML
56
run: |
57
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
58
- if [ ${{ contains(steps.read-json.outputs.config).ignore, i) }} -eq "true"]
+ if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, i) }} -eq "true"]
59
echo "Skipping ${i}"
60
else
61
echo "Linting ${i}"
0 commit comments