Skip to content

v1.3.1

v1.3.1 #21

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)"