Skip to content

Merge pull request #69 from S1yGus/68-update-design-table #70

Merge pull request #69 from S1yGus/68-update-design-table

Merge pull request #69 from S1yGus/68-update-design-table #70

Workflow file for this run

name: Clang-format Verification
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
format-checking:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'Source'