Skip to content

[benchmarks] Add Dockerfile for process state benchmark #120

[benchmarks] Add Dockerfile for process state benchmark

[benchmarks] Add Dockerfile for process state benchmark #120

Workflow file for this run

name: Linting
on:
pull_request:
push:
jobs:
format:
runs-on: ubuntu-latest
container: mcopik/cpp-tools:clang-15
steps:
- uses: actions/checkout@v3
- name: clang-format
run: |
/opt/run-clang-format.py -r ${GITHUB_WORKSPACE}/control-plane
/opt/run-clang-format.py -r ${GITHUB_WORKSPACE}/common