Skip to content

Make ui use cmake.

Make ui use cmake. #86

Workflow file for this run

name: Format Check CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
format-check:
name: Format Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with:
clang-format-version: '18'
exclude-regex: '(lib|Drivers|Core|net/include/sys|net/include/netinet|sframe|gsl)'