Skip to content

Feature/custom pre commit hooks #25

Feature/custom pre commit hooks

Feature/custom pre commit hooks #25

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

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yaml (Line: 14, Col: 11): Error from called workflow luxonis/luxonis-ml/.github/workflows/luxonis-ml-ci.yaml@feature/custom-pre-commit-hooks (Line: 95, Col: 11): Unrecognized named-value: 'pull_request'. Located at position 132 within expression: matrix.os == needs.setup.outputs.os-default && matrix.python-version == needs.setup.outputs.python-default && github.event_name == pull_request
with:
os: 'ubuntu-latest,macOS-latest,windows-latest'
python-version: "3.8,3.9,3.10"
src-dir: 'src/luxonis_ml'