Skip to content

Fix performance regression for device compileAndRun #43

Fix performance regression for device compileAndRun

Fix performance regression for device compileAndRun #43

name: Check clang-format
on:
pull_request:
jobs:
check-clang-format:
name: proteus
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- name: Install clang-format
run: pip install clang-format==17.0.6
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run clang-format
run: git clang-format --diff origin/${{ github.base_ref }}