testing shell syntax

This commit is contained in:
2025-08-01 19:37:25 -04:00
parent 49d2d79211
commit 1d41bc7b5e

View File

@@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: runs treefmt
run: treefmt --ci $( [ "$ACTIONS_RUNNER_DEBUG" = "1" ] && echo -vv )
run: treefmt --ci $( [ "${ACTIONS_RUNNER_DEBUG:-0}" = "1" ] && echo -vv )