Skip to content

Unify watcher as sole execution backend #634

Unify watcher as sole execution backend

Unify watcher as sole execution backend #634

Workflow file for this run

name: "Check Clang Format"
on: [push, pull_request]
jobs:
format:
name: "Check Clang Format"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pachadotdev/clang-format@v1.1
with:
version: "21"
auto-commit: true
commit-message: "style: format codes"