Skip to content

Commit 7893a6c

Browse files
authored
ci: Use soundness workflow from swiftlang/github-workflows (#648)
This moves to the reusable soundness workflow in the swiftlang organization.
1 parent 3711876 commit 7893a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
soundness:
99
name: Soundness
10-
uses: apple/swift-nio/.github/workflows/soundness.yml@main
10+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1111
with:
1212
api_breakage_check_enabled: false
1313
broken_symlink_check_enabled: true
@@ -17,6 +17,7 @@ jobs:
1717
license_header_check_project_name: "SwiftOpenAPIGenerator"
1818
shell_check_enabled: true
1919
unacceptable_language_check_enabled: true
20+
yamllint_enabled: false
2021

2122
unit-tests:
2223
name: Unit tests

0 commit comments

Comments
 (0)