[go: up one dir, main page]

Skip to content

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

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

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

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/clang-format-action@v4.9.0
with:
clang-format-version: '14'
check-path: 'zns-tools.fs/src'