fixing shell syntax

This commit is contained in:
2025-08-01 19:40:26 -04:00
parent 35004941ca
commit 0b537dd008

View File

@@ -15,4 +15,4 @@ jobs:
- name: get_version
run: treefmt --version
- name: runs treefmt
run: treefmt --ci $( [ "${ACTIONS_RUNNER_DEBUG:-0}" = "1" ] && echo -vv )
run: treefmt --ci $( [ -n "$ACTIONS_RUNNER_DEBUG" ] && echo -vv )