added -vv to treefmt when debugging

This commit is contained in:
2025-08-01 19:29:19 -04:00
parent 559ca7a45e
commit 49d2d79211

View File

@@ -1,4 +1,5 @@
name: treefmt name: treefmt
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
@@ -12,4 +13,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: runs treefmt - name: runs treefmt
run: "treefmt --ci" run: treefmt --ci $( [ "$ACTIONS_RUNNER_DEBUG" = "1" ] && echo -vv )