Skip to content

Update workflows

Update workflows #31

Workflow file for this run

name: Pull-Request checks
on:
pull_request:
jobs:
check-code-quality:
uses: ./.github/workflows/check-pr-code-quality.yml
check-code-format:
uses: ./.github/workflows/check-code-format.yml
check-test-coverage:
uses: ./.github/workflows/check-test-coverage.yml

Check failure on line 15 in .github/workflows/pr-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-checks.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-checks.yml" -> "./.github/workflows/check-test-coverage.yml" : every step must define a `uses` or `run` key
build-multi-platform:
uses: ./.github/workflows/build-multi-platform.yml