Skip to content

Commit aa60544

Browse files
committed
Remove obsolete --no-check-style from tclint invocation
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 9b96a61 commit aa60544

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
@@ -27,5 +27,5 @@ jobs:
2727
tclfmt --version
2828
tclfmt --in-place .
2929
git diff --exit-code
30-
tclint --no-check-style .
30+
tclint .
3131

0 commit comments

Comments
 (0)