Skip to content

fixes

fixes #2

Workflow file for this run

name: format
on:
push:
branches: [ main, feature/** ]
pull_request:
types: [opened, synchronize, reopened]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run clang-format check
uses: jidicula/clang-format-action@v4.16.0
with:
clang-format-version: "22"
check-path: "."