Skip to content

Commit 09f8109

Browse files
committed
bump
1 parent b230db4 commit 09f8109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xmllinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
5959
echo "current_file=${i}" >> "$GITHUB_ENV"
60-
60+
echo '${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}' | jq -c '.[]'
6161
echo jq --null-input '${{ steps.find-xml.outputs.filelist }} - ${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}'
6262
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, './phpcs.xml') }}" = "true" ]; then
6363
echo "Skipping ${i}"

0 commit comments

Comments
 (0)