pdn: Add -stop_at_endcaps to limit stripes to endcap power pins #2107
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Tcl code | |
on: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install tclint | |
run: | | |
python -m pip install tclint==0.3.2 | |
- name: Lint | |
run: | | |
tclint . |