Skip to content

Feature/conan: Use native Windows SSL library for reduced binary size #31

Feature/conan: Use native Windows SSL library for reduced binary size

Feature/conan: Use native Windows SSL library for reduced binary size #31

Workflow file for this run

name: clang-format Check
on: [workflow_call, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: "13"
check-path: "src"
fallback-style: "Google"
exclude-regex: "(sqlite3)"