Update tclfmt command to use configuration file
This commit is contained in:
parent
ca723ba073
commit
0a01e0903e
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue