From 0a01e0903e0719c115bfeb90a9efd1c7289881ab Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Mon, 8 Dec 2025 19:46:56 +0200 Subject: [PATCH] Update tclfmt command to use configuration file --- .github/workflows/tcl-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tcl-lint.yaml b/.github/workflows/tcl-lint.yaml index cd627603..f9c0aceb 100644 --- a/.github/workflows/tcl-lint.yaml +++ b/.github/workflows/tcl-lint.yaml @@ -19,7 +19,7 @@ jobs: - name: Check Tcl formatting with tclfmt run: | # Check if all Tcl files are formatted correctly (excluding src/xschem.tcl) - uvx --from tclint tclfmt --check --exclude "src/xschem.tcl" . + uvx --from tclint tclfmt -c .tclint.toml --check --exclude "src/xschem.tcl" . - name: Run tclint on Tcl files run: |