mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
added -vv to treefmt when debugging
This commit is contained in:
3
.github/workflows/treefmt.yml
vendored
3
.github/workflows/treefmt.yml
vendored
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user