We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a07a commit 7818a10Copy full SHA for 7818a10
.github/workflows/github-actions-lint-tcl.yml
@@ -9,7 +9,7 @@ on:
9
- master
10
11
jobs:
12
- build:
+ Tclint:
13
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
14
steps:
15
- name: Checkout repository
@@ -18,12 +18,12 @@ jobs:
18
- name: Install Dependencies
19
run: |
20
python3 -m venv venv
21
- venv/bin/pip install tclint==0.4.2
+ venv/bin/pip install tclint==0.7.0
22
23
- name: Lint
24
25
source venv/bin/activate
26
tclfmt --version
27
tclfmt --in-place .
28
git diff --exit-code
29
- tclint --no-check-style .
+ tclint .
0 commit comments