Skip to content

Commit 1d23717

Browse files
committed
Disable license and format checks
1 parent 0d774a5 commit 1d23717

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ jobs:
1313
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1414
with:
1515
license_header_check_project_name: "Swift Numerics"
16+
# https://github.com/apple/swift-numerics/issues/303
17+
license_header_check_enabled: false
18+
# https://github.com/apple/swift-numerics/issues/302
19+
format_check_enabled: false

0 commit comments

Comments
 (0)