Skip to content

feat: add initial harnesses #215

feat: add initial harnesses

feat: add initial harnesses #215

Workflow file for this run

name: Format check
on:
push:
pull_request:
branches: [master]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check on src directory
uses: jidicula/[email protected]
with:
clang-format-version: "14"
check-path: "src"