Skip to content

Update tracking CI, add new CI action for LTO and modify other actions to use just #234

Update tracking CI, add new CI action for LTO and modify other actions to use just

Update tracking CI, add new CI action for LTO and modify other actions to use just #234

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