Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Nov 20, 2024
1 parent e831fcc commit 8093b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
python-version: 3.9
cache: pip
-
name: Install tclint
run: pip install tclint==0.4.2
name: Install Python requirements
run: pip install -r requirements.txt
-
name: Run Tcllint
run: tclint . --style-spaces-in-braces --style-line-length 100

0 comments on commit 8093b8d

Please sign in to comment.