We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd7231 commit 73dcf82Copy full SHA for 73dcf82
1 file changed
.github/workflows/xmllinter.yml
@@ -57,6 +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 ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}
61
62
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}" = "true" ]; then
63
echo "Skipping ${i}"
0 commit comments