Skip to content

docs(readme): update format command #99

docs(readme): update format command

docs(readme): update format command #99

Workflow file for this run

name: 🔍 Check Formatting
on:
push:
pull_request:
workflow_dispatch:
jobs:
check-coding-style:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@v4
- name: 📋 Install Dependencies
run: pip install -U cmakelang
- name: 🔍 Check Format
run: |
cmake -B build
cmake --build build --target format-check