Skip to content

♻️ harmonize github actions #1

♻️ harmonize github actions

♻️ harmonize github actions #1

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
static_analysis:
uses: mindee/mindee-api-python/.github/workflows/_static_analysis.yml@new-actions

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

error parsing called workflow ".github/workflows/pull-request.yml" -> "mindee/mindee-api-python/.github/workflows/_static_analysis.yml@new-actions" : failed to fetch workflow: workflow was not found.
test_units:
uses: mindee/mindee-api-python/.github/workflows/_test-units.yml@new-actions
needs: static_analysis
secrets: inherit
test_regressions:
uses: mindee/mindee-api-python/.github/workflows/_test-regressions.yml@new-actions
needs: test_units
secrets: inherit
test_integrations:
uses: mindee/mindee-api-python/.github/workflows/_test-integrations.yml@new-actions
needs: test_units
secrets: inherit
test_code_samples:
uses: mindee/mindee-api-python/.github/workflows/_test-code-samples.yml@new-actions
needs: test_units
secrets: inherit