Skip to content

dereference boost.log's attribute pointer only if defined (#1463) #240

dereference boost.log's attribute pointer only if defined (#1463)

dereference boost.log's attribute pointer only if defined (#1463) #240

Workflow file for this run

name: Check Format
on:
push:
branches:
- 'trunk'
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: extractions/setup-just@v2
with:
just-version: 1.26.0
- uses: actions/checkout@v4
- name: run format check on the C++
run: just install-denv init format-cpp --verbose -Werror --dry-run