Skip to content

[CI] Add soundness check #13

[CI] Add soundness check

[CI] Add soundness check #13

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

Check failure on line 13 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / Pull request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 13, Col: 15): Input license_header_check_project_name is required, but not provided while calling.
with:
api_breakage_check_enabled: true
broken_symlink_check_enabled: true
docs_check_enabled: true
format_check_enabled: true
license_header_check_enabled: false
shell_check_enabled: true
unacceptable_language_check_enabled: true