Update tclfmt command to use configuration file

This commit is contained in:
Niko Savola 2025-12-08 19:46:56 +02:00 committed by GitHub
parent ca723ba073
commit 0a01e0903e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: |