We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b230db4 commit 09f8109Copy full SHA for 09f8109
.github/workflows/xmllinter.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
59
echo "current_file=${i}" >> "$GITHUB_ENV"
60
-
+ echo '${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}' | jq -c '.[]'
61
echo jq --null-input '${{ steps.find-xml.outputs.filelist }} - ${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}'
62
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, './phpcs.xml') }}" = "true" ]; then
63
echo "Skipping ${i}"
0 commit comments