Skip to content

Commit

Permalink
ci: Use soundness workflow from swiftlang/github-workflows (#648)
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 authored Oct 10, 2024
1 parent 3711876 commit 7893a6c
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
yamllint_enabled: false

unit-tests:
name: Unit tests
Expand Down

0 comments on commit 7893a6c

Please sign in to comment.