Skip to content

Commit 73dcf82

Browse files
committed
bump
1 parent 1fd7231 commit 73dcf82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/xmllinter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +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+
echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}
6061
6162
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}" = "true" ]; then
6263
echo "Skipping ${i}"

0 commit comments

Comments
 (0)