Skip to content

Fix formatting inconsistency #4

Fix formatting inconsistency

Fix formatting inconsistency #4

Workflow file for this run

name: Format checks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: C format check
run: find c_functions/ -iname '*.h' -o -iname '*.c' | clang-format --dry-run -Werror --files=/dev/stdin --style=LLVM