Skip to content

Drop support for Tensorflow and fix MacOS bug in unit test to pass CI tests #196

Drop support for Tensorflow and fix MacOS bug in unit test to pass CI tests

Drop support for Tensorflow and fix MacOS bug in unit test to pass CI tests #196

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check that all files in src/ follows the style defined in .clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: 'src'