Skip to content

Commit ff3452a

Browse files
qwersemyaroslavsadin
authored andcommitted
CI: The latest version of tclint doesn't have --show-categories option
See here: https://github.com/nmoroze/tclint/releases/tag/v0.5.0
1 parent 3d98ed2 commit ff3452a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/toolchain.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
2727
- name: Lint scripts
2828
run: |
29-
tclint $(find dejagnu/ \( -name "arc*.exp" -o -name "nsim*.exp" \)) \
30-
--show-categories
29+
tclint $(find dejagnu/ \( -name "arc*.exp" -o -name "nsim*.exp" \))

0 commit comments

Comments
 (0)