Skip to content

Add more example heatplots #245

Add more example heatplots

Add more example heatplots #245

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'