Skip to content

Commit

Permalink
[CI] Move to reusable soundness workflow
Browse files Browse the repository at this point in the history
This moves to the reusable soundness workflow in the swiftlang organization.
  • Loading branch information
FranzBusch committed Oct 10, 2024
1 parent 3711876 commit fdd61dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
soundness:
name: Soundness
uses: apple/swift-nio/.github/workflows/soundness.yml@main
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
with:
api_breakage_check_enabled: false
broken_symlink_check_enabled: true
Expand All @@ -17,6 +17,7 @@ jobs:
license_header_check_project_name: "SwiftOpenAPIGenerator"
shell_check_enabled: true
unacceptable_language_check_enabled: true
yaml_check_enabled: false

unit-tests:
name: Unit tests
Expand Down

0 comments on commit fdd61dc

Please sign in to comment.