From c216f2a7ba00e45175aad0e1c06141cfc1ebfbbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Mon, 14 Oct 2024 11:05:17 +0200 Subject: [PATCH] Do not run python linter during CI --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ad616cdc..e12e4593 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,6 +11,7 @@ jobs: with: license_header_check_project_name: "SwiftAWSLambdaRuntime" shell_check_enabled: false + python_lint_check_enabled: false api_breakage_check_container_image: "swift:6.0-noble" docs_check_container_image: "swift:6.0-noble" format_check_container_image: "swiftlang/swift:nightly-6.0-jammy"