Skip to content

♻️ rework github actions for world peace #2

♻️ rework github actions for world peace

♻️ rework github actions for world peace #2

Workflow file for this run

name: Tag Version
on:
pull_request:
jobs:
checkstyle:
uses: mindee/mindee-api-java/.github/workflows/_checkstyle.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
build:
uses: mindee/mindee-api-java/.github/workflows/_build.yml
needs: checkstyle
codeql:
uses: mindee/mindee-api-java/.github/workflows/_codeql.yml
needs: build
integration_tests:
uses: mindee/mindee-api-java/.github/workflows/_integration-tests.yml
needs: build
test_code_samples:
uses: mindee/mindee-api-java/.github/workflows/_test-code-samples.yml
needs: build