Skip to content

Commit baea891

Browse files
committed
Update tclfmt to 0.7.0
Signed-off-by: Matt Liberty <[email protected]>
1 parent 86b9236 commit baea891

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)