Skip to content

Problem: missing verification api for wc 2.0 (fix #474) #651

Problem: missing verification api for wc 2.0 (fix #474)

Problem: missing verification api for wc 2.0 (fix #474) #651

name: Clang-format Check
on:
push:
branches:
- main
paths-ignore:
- README.md
tags:
- "v*.*.*"
merge_group:
pull_request:
paths-ignore:
- README.md
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: c++ format check
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: '.'
fallback-style: 'LLVM' # optional