Skip to content

Flush local caches on thread exit. (#80) #57

Flush local caches on thread exit. (#80)

Flush local caches on thread exit. (#80) #57

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 }}