From c34f6e09cfcd0d37d7e5d5ba9f9062f9caaf0730 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 25 Oct 2024 00:03:27 -0700 Subject: [PATCH] Update the CI checks --- .github/workflows/pull_request.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d49113a87..7f9f09d18 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,3 +14,9 @@ jobs: with: license_header_check_enabled: false license_header_check_project_name: "Swift.org" + # https://github.com/apple/swift-collections/issues/428 + python_lint_check_enabled: false + # https://github.com/apple/swift-collections/issues/429 + docs_check_enabled: false + # https://github.com/apple/swift-collections/issues/430 + shell_check_enabled: false