Skip to content

update PR trigger

update PR trigger #76

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
static-analysis:
uses: mindee/mindee-api-python/.github/workflows/_static-analysis.yml

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

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: no version specified
test-units:
uses: mindee/mindee-api-python/.github/workflows/_test-units.yml
needs: static-analysis
secrets: inherit
test-regressions:
uses: mindee/mindee-api-python/.github/workflows/_test-regressions.yml
needs: test-units
secrets: inherit
test-integrations:
uses: mindee/mindee-api-python/.github/workflows/_test-integrations.yml
needs: test-units
secrets: inherit
test-code-samples:
uses: mindee/mindee-api-python/.github/workflows/_test-code-samples.yml
needs: test-units
secrets: inherit