Skip to content

adapt macro placer script to use new command set_macro_default_halo and update OR #5139

adapt macro placer script to use new command set_macro_default_halo and update OR

adapt macro placer script to use new command set_macro_default_halo and update OR #5139

Workflow file for this run

name: Lint Python
on: [push, pull_request]
jobs:
lint:
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable