Skip to content

Enable the verify documentation GitHub Action check #42

Enable the verify documentation GitHub Action check

Enable the verify documentation GitHub Action check #42

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
tests:
name: Test
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
soundness:
name: Soundness
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
with:
api_breakage_check_allowlist_path: "Release Notes/api-breakages.txt"
docs_check_additional_arguments: "--disable-parameters-and-returns-validation"