Skip to content

Only set warm-start guarantee if checking it was successful #1075

Only set warm-start guarantee if checking it was successful

Only set warm-start guarantee if checking it was successful #1075

Workflow file for this run

name: check-code-format
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './src'
clangFormatVersion: 18
style: file