Skip to content

Add MatX, update ORT version, pybind11 version (#189) #1546

Add MatX, update ORT version, pybind11 version (#189)

Add MatX, update ORT version, pybind11 version (#189) #1546

Workflow file for this run

name: Clang Format Checker
on: [push]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: RafikFarhad/clang-format-github-action@v3
with:
sources: "src/**/*.h,src/**/*.c,test/**/*.c"