Skip to content

ci: check format only #1

ci: check format only

ci: check format only #1

Workflow file for this run

name: "Format Check"
on:
pull_request:
paths:
- "src/**"
- ".github/workflows/format-check.yml"
push:
paths:
- "src/**"
- ".github/workflows/format-check.yml"
jobs:
format-check:
name: Format Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Clang Format Check
uses: jidicula/[email protected]
with:
clang-format-version: '18'
check-path: 'src'