Skip to content

Misc/style

Misc/style #32

Workflow file for this run

name: CI
on:
pull_request:
branches: [ dev, main ]
paths:
- 'src/**'
- 'tests/**'
- .github/workflows/ci.yaml
- .github/workflows/luxonis-ml-ci.yaml
jobs:
call-reusable-workflow:
uses: luxonis/luxonis-ml/.github/workflows/luxonis-ml-ci.yaml@feature/custom-pre-commit-hooks
with:
os: 'ubuntu-latest,macOS-latest,windows-latest'
python-version: "3.8,3.10"
src-dir: 'src/luxonis_ml'