Skip to content

Added FindOnnx cmake, Removed JSON.cpp & JSON.h copies #78

Added FindOnnx cmake, Removed JSON.cpp & JSON.h copies

Added FindOnnx cmake, Removed JSON.cpp & JSON.h copies #78

Workflow file for this run

name: pre-commit checks
on:
workflow_dispatch:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.3