added -vv to treefmt when debugging
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
name: treefmt
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
@@ -12,4 +13,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: runs treefmt
|
||||
run: "treefmt --ci"
|
||||
run: treefmt --ci $( [ "$ACTIONS_RUNNER_DEBUG" = "1" ] && echo -vv )
|
||||
|
||||
Reference in New Issue
Block a user