Skip to content

Fine grained locking #76

Fine grained locking

Fine grained locking #76

Workflow file for this run

name: Format
on:
push:
branches:
- ckmalloc
pull_request:
jobs:
check-format:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- "src"
- "proto"
steps:
- name: Check out ckmalloc
uses: actions/checkout@v4
with:
path: ckmalloc
submodules: recursive
- name: clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: "17"
check-path: ${{ matrix.path }}