Skip to content

adapt macro placer script to use new command to set base halo and update OR #2309

adapt macro placer script to use new command to set base halo and update OR

adapt macro placer script to use new command to set base halo and update OR #2309

name: Lint Tcl code
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Tclint:
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install Dependencies
run: |
python3 -m venv venv
venv/bin/pip install tclint==0.7.0
- name: Lint
run: |
source venv/bin/activate
tclfmt --version
tclfmt --in-place .
git diff --exit-code
tclint .