Skip to content

Mutations for scaling banks and multiports and adding connections #337

Mutations for scaling banks and multiports and adding connections

Mutations for scaling banks and multiports and adding connections #337

Workflow file for this run

name: check clang-format
# You can be more specific, but it currently only works on pull requests
on: [pull_request]
jobs:
clang-format:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Analyze
run: |
clang-format --dry-run --Werror -style=file $(find ./ -name '*.cc' -print)
clang-format --dry-run --Werror -style=file $(find ./ -name '*.hh' -print)