Skip to content

chore: remove unused .clangd file #99

chore: remove unused .clangd file

chore: remove unused .clangd file #99

Workflow file for this run

name: Clang Format
on:
push:
branches: ["main", "feature/*"]
paths-ignore: ["**/*.md", "docs/**"]
pull_request:
branches: ["main"]
paths-ignore: ["**/*.md", "docs/**"]
workflow_dispatch:
jobs:
verify_fmt:
name: Run
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v6
- uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '18'