Skip to content

ci: add clang-format github action #2

ci: add clang-format github action

ci: add clang-format github action #2

Workflow file for this run

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]