Skip to content

Remove vendored dlmalloc as unused, use Swift SDKs on CI #36

Remove vendored dlmalloc as unused, use Swift SDKs on CI

Remove vendored dlmalloc as unused, use Swift SDKs on CI #36

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
audio-workstation:
name: Build AudioWorkstation
uses: MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull_request.yml" -> "MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1" (source branch with sha:ea70b8521731feabbe194ec0b32d13350ece1e62) : (Line: 286, Col: 5): 'name' is already defined, (Line: 287, Col: 5): 'if' is already defined, (Line: 288, Col: 5): 'runs-on' is already defined, (Line: 289, Col: 5): 'strategy' is already defined, (Line: 294, Col: 5): 'container' is already defined, (Line: 296, Col: 5): 'steps' is already defined
with:
enable_embedded_wasm_sdk_build: true
enable_linux_checks: false
enable_windows_checks: false
swift_flags: --package-path AudioWorkstation/Guest --product Plotter
swift_nightly_flags: --package-path AudioWorkstation/Guest --product Plotter
soundness:
name: Soundness
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
with:
license_header_check_project_name: "Swift"
api_breakage_check_enabled: false
unacceptable_language_check_enabled: true
license_header_check_enabled: false
broken_symlink_check_enabled: true
format_check_enabled: false