mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
testing shell syntax
This commit is contained in:
2
.github/workflows/treefmt.yml
vendored
2
.github/workflows/treefmt.yml
vendored
@@ -13,4 +13,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: runs treefmt
|
- name: runs treefmt
|
||||||
run: treefmt --ci $( [ "$ACTIONS_RUNNER_DEBUG" = "1" ] && echo -vv )
|
run: treefmt --ci $( [ "${ACTIONS_RUNNER_DEBUG:-0}" = "1" ] && echo -vv )
|
||||||
|
|||||||
Reference in New Issue
Block a user