diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 421282dffe..9b0c760bbf 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -63,7 +63,7 @@ lint: - name: lint output: regex parse_regex: (?P.+):(?P\d+):(?P\d+):(?P\w+):(?P.+):(?P[a-z-]+) - run: bin/lint-ifdef-complexity.sh ${target} + run: ${workspace}/bin/lint-ifdef-complexity.sh ${target} success_codes: [0] read_output_from: stdout enabled: