Merge pull request #101 from stonet-research/cheops-tool-rename #243
This file contains 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: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
formatting-check: | |
name: Formatting Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Running clang-format Check | |
uses: jidicula/clang-format-action@v4.9.0 | |
with: | |
clang-format-version: '14' | |
check-path: 'zns-tools.fs/src' |