Skip to content

Merge pull request #103 from stonet-research/cheops-tool-rename #249

Merge pull request #103 from stonet-research/cheops-tool-rename

Merge pull request #103 from stonet-research/cheops-tool-rename #249

Workflow file for this run

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/[email protected]
with:
clang-format-version: '14'
check-path: 'zns-tools.fs/src'