Skip to content

Extend CI to test with onnxruntime==1.18.0 #126

Extend CI to test with onnxruntime==1.18.0

Extend CI to test with onnxruntime==1.18.0 #126

Workflow file for this run

name: Black Format Checker
on: [push, pull_request]
jobs:
black-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@e42f1ffbe159018c8e887f775c0fd7b51b3cf787 # stable 24.3.0
with:
options: "--diff --check"
src: "."
ruff-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/[email protected]