Skip to content

✨ ⬆️ add support for mindee-lite and bump dependencies #342

✨ ⬆️ add support for mindee-lite and bump dependencies

✨ ⬆️ add support for mindee-lite and bump dependencies #342

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
workflow-lint:
uses: ./.github/workflows/_workflow_lint.yml

Check failure on line 12 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/_workflow_lint.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
static-analysis:
uses: ./.github/workflows/_static-analysis.yml
needs: workflow-lint
test-units:
uses: ./.github/workflows/_test-units.yml
needs: static-analysis
secrets: inherit
test-integrations:
uses: ./.github/workflows/_test-integrations.yml
needs: test-units
secrets: inherit
test-code-samples:
uses: ./.github/workflows/_smoke-test.yml
needs: test-units
secrets: inherit