Skip to content

Commit 575267f

Browse files
committed
bump
1 parent 4aef55e commit 575267f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/xmllinter.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ 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 "${{ steps.read-json.outputs.config }}"
61-
echo "${{ env.current_file }}"
62-
echo "${{ vars.current_file }}"
6360
64-
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, `echo current_file`) }}" = "true" ]; then
61+
echo jq --null-input '${{ steps.find-xml.outputs.filelist }} - ${{ fromJSON(steps.read-json.outputs.config).ignore }}'
62+
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, './phpcs.xml') }}" = "true" ]; then
6563
echo "Skipping ${i}"
6664
else
6765
echo "Linting ${i}"

0 commit comments

Comments
 (0)