Skip to content

Commit c216f2a

Browse files
authored
Do not run python linter during CI
1 parent fc65c3c commit c216f2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
license_header_check_project_name: "SwiftAWSLambdaRuntime"
1313
shell_check_enabled: false
14+
python_lint_check_enabled: false
1415
api_breakage_check_container_image: "swift:6.0-noble"
1516
docs_check_container_image: "swift:6.0-noble"
1617
format_check_container_image: "swiftlang/swift:nightly-6.0-jammy"

0 commit comments

Comments
 (0)