Skip to content

Fix benchmark guard #4738

Fix benchmark guard

Fix benchmark guard #4738

Workflow file for this run

name: Check code formatting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DoozyX/clang-format-lint-action@v0.20
with:
source: '.'
extensions: 'h,cpp,js,ts,html'
clangFormatVersion: 20
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./bindings/python/examples"
# - name: "gersemi cmake check"
# run: |
# pip3 install gersemi
# ./scripts/gersemi-check.sh