Skip to content

Ref#000 Data definitions #560

Ref#000 Data definitions

Ref#000 Data definitions #560

Workflow file for this run

name: clang-format Check
on: [push, pull_request, workflow_dispatch]
jobs:
formatting-check:
name: clang-format Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C++ files.
uses: jidicula/[email protected]
with:
clang-format-version: '17'
check-path: 'src'
exclude-regex: 'src/app/proto/clinic.pb.cc|src/app/proto/clinic.pb.h|src/app/proto/clinic.proto'