Document that the code should be formatted according to a specific cl… #543
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: Clang-Format Check | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'gh-pages' | |
| jobs: | |
| formatting-check: | |
| name: check style formatting | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Run clang-format style check. | |
| uses: jidicula/[email protected] | |
| with: | |
| clang-format-version: '18' | |
| fallback-style: 'none' | |