Skip to content

Reformat code

Reformat code #8

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.17