Skip to content

Implements custom generate method to validate onnx models #2739

Implements custom generate method to validate onnx models

Implements custom generate method to validate onnx models #2739

Workflow file for this run

name: Black + Ruff Format Checker
on: [push, pull_request]
jobs:
black-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--diff --check"
src: "."
ruff-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1