Skip to content

Problem: walletconnect 2.0 defiwallet not working on c++ bindings (fi… #631

Problem: walletconnect 2.0 defiwallet not working on c++ bindings (fi…

Problem: walletconnect 2.0 defiwallet not working on c++ bindings (fi… #631

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