Skip to content

[GHA] Introduce reusable matrix workflow #99

[GHA] Introduce reusable matrix workflow

[GHA] Introduce reusable matrix workflow #99

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
call-pull-request-soundness-workflow:
name: Checks
uses: ./.github/workflows/pull_request_soundness.yml
with:
license_header_check_project_name: "SwiftNIO"
format_check_enabled: false
call-pull-request-unit-tests-workflow:
name: Checks
uses: ./.github/workflows/pull_request_swift_matrix.yml
with:
matrix_linux_name: "Unit tests"
matrix_linux_command: "swift test"