Skip to content

Implement string matcher that will output diff on mismatch #229

Implement string matcher that will output diff on mismatch

Implement string matcher that will output diff on mismatch #229

name: Formatting check
on: [push, pull_request]
jobs:
check:
name: "Check formatting"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with:
clang-format-version: "17"
exclude-regex: "/SeQuant\\/external/"