Skip to content

Slightly improved SimpleTable pretty print with '+' instead of '-' at intersection of columns #1152

Slightly improved SimpleTable pretty print with '+' instead of '-' at intersection of columns

Slightly improved SimpleTable pretty print with '+' instead of '-' at intersection of columns #1152

name: clang-format-check
on:
push:
branches:
- main
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
check-path: "src"
fallback-style: "Google"