ci: run treefmt

This commit is contained in:
Matt Sturgeon 2025-07-09 21:55:01 +01:00
parent 405132bab3
commit 22b3c49a0e
3 changed files with 16 additions and 8 deletions

View file

@ -65,7 +65,7 @@ jobs:
id: extract-maintainers
env:
PR_AUTHOR: "${{ github.event.pull_request.user.login }}"
CHANGED_FILES: '${{ steps.changed-files.outputs.changed_files }}'
CHANGED_FILES: "${{ steps.changed-files.outputs.changed_files }}"
run: |
MAINTAINERS_LIST=$(./ci/tag-maintainers/extract-maintainers.py \
--changed-files "$CHANGED_FILES" \