Skip to content

♻️ rework github actions for world peace #8

♻️ rework github actions for world peace

♻️ rework github actions for world peace #8

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
checkstyle:
uses: mindee/mindee-api-java/.github/workflows/_checkstyle.yml@main
build:
uses: mindee/mindee-api-java/.github/workflows/_build.yml@main
needs: checkstyle
secrets: inherit
codeql:
uses: mindee/mindee-api-java/.github/workflows/_codeql.yml@main
needs: build
integration_tests:
uses: mindee/mindee-api-java/.github/workflows/_integration-tests.yml@main
needs: build
secrets: inherit
test_code_samples:
uses: mindee/mindee-api-java/.github/workflows/_test-code-samples.yml@main

Check failure on line 21 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-java/.github/workflows/_test-code-samples.yml@main" : failed to fetch workflow: workflow was not found.
needs: build
secrets: inherit