Skip to content

Commit cf96e6a

Browse files
authored
Merge pull request #9118 from The-OpenROAD-Project-staging/tclfmt-0.7
Update tclfmt to 0.7.0
2 parents 86b9236 + baea891 commit cf96e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-lint-tcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Dependencies
2020
run: |
2121
python3 -m venv venv
22-
venv/bin/pip install tclint==0.6.1
22+
venv/bin/pip install tclint==0.7.0
2323
2424
- name: Lint
2525
run: |

0 commit comments

Comments
 (0)