Skip to content

Misc/style

Misc/style #36

Workflow file for this run

name: CI
on:
pull_request:
branches: [ dev, main ]
paths:
- 'luxonis_ml/**'
- '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

Check failure on line 14 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "luxonis/luxonis-ml/.github/workflows/luxonis-ml-ci.yaml@feature/custom-pre-commit-hooks" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
os: 'ubuntu-latest,macOS-latest,windows-latest'
python-version: "3.8,3.10"
src-dir: 'luxonis_ml'