Skip to content

Migrate to GitHub Actions #1

Migrate to GitHub Actions

Migrate to GitHub Actions #1

Workflow file for this run

name: PR
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
soundness:
name: Soundness
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
with:
license_header_check_project_name: "swift-kafka-client"
api_breakage_check_enabled: false # requires libsasl2-dev
yamllint_check_enabled: false # failures in librdkafka, need .yamlignore support
python_lint_check_enabled: false # requires librdkafka, need --exclude support
unit-tests:
name: Unit tests
uses: ./.github/workflows/unit-tests.yml
cxx-interop:
name: Cxx interop
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main