Skip to content

feat: export reactant compiled functions as tf SavedModel #462

feat: export reactant compiled functions as tf SavedModel

feat: export reactant compiled functions as tf SavedModel #462

name: Format Suggestions
on:
push:
branches:
- main
tags: '*'
paths:
- '.github/workflows/format-check-cpp.yml'
- '**/*.cpp'
- '**/*.h'
pull_request:
paths:
- '.github/workflows/format-check-cpp.yml'
- '**/*.cpp'
- '**/*.h'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: always.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
code-style-cpp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: 'deps'