mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 11:14:40 +02:00
ci: run treefmt
This commit is contained in:
parent
405132bab3
commit
22b3c49a0e
3 changed files with 16 additions and 8 deletions
2
.github/workflows/tag-maintainers.yml
vendored
2
.github/workflows/tag-maintainers.yml
vendored
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue