Skip to content

Commit 0a96c18

Browse files
committed
fix linter
1 parent b89fdd6 commit 0a96c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/xmllinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Lint XML
6464
id: linter
6565
run: |
66-
echo $("${{ steps.find-xml.outputs.filelist }}") | jq -c '.[]' | while read i; do
66+
echo $("${{ steps.find-xml.outputs.filelist }}") | jq -c '.[]' | while read -r i; do
6767
ignore=$("jq --null-input '["${i}"] - ${{ steps.read-ignore.outputs.ignore }}'")
6868
echo $("jq --null-input '["${i}"] - ${{ steps.read-ignore.outputs.ignore }}'")
6969

0 commit comments

Comments
 (0)