Skip to content

Commit d2a0548

Browse files
committed
bump
1 parent 09f8109 commit d2a0548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/xmllinter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
- name: Lint XML
5656
id: linter
5757
run: |
58+
echo '${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}' | jq -c '.[]'
59+
5860
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
5961
echo "current_file=${i}" >> "$GITHUB_ENV"
60-
echo '${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}' | jq -c '.[]'
6162
echo jq --null-input '${{ steps.find-xml.outputs.filelist }} - ${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}'
6263
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, './phpcs.xml') }}" = "true" ]; then
6364
echo "Skipping ${i}"

0 commit comments

Comments
 (0)