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 d0bd75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 Down

0 comments on commit d0bd75a

Please sign in to comment.