Implement string matcher that will output diff on mismatch #229
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | |