Skip to content

Commit 7818a10

Browse files
committed
Update tclfmt to 0.7.0
Signed-off-by: Matt Liberty <[email protected]>
1 parent 187a07a commit 7818a10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010

1111
jobs:
12-
build:
12+
Tclint:
1313
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
1414
steps:
1515
- name: Checkout repository
@@ -18,12 +18,12 @@ jobs:
1818
- name: Install Dependencies
1919
run: |
2020
python3 -m venv venv
21-
venv/bin/pip install tclint==0.4.2
21+
venv/bin/pip install tclint==0.7.0
2222
2323
- name: Lint
2424
run: |
2525
source venv/bin/activate
2626
tclfmt --version
2727
tclfmt --in-place .
2828
git diff --exit-code
29-
tclint --no-check-style .
29+
tclint .

0 commit comments

Comments
 (0)