Do not run python linter during CI (#410)

This commit is contained in:
Sébastien Stormacq
2024-10-14 11:13:12 +02:00
committed by GitHub
parent fc65c3cc42
commit 8eddc2872c
+1
View File
@@ -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"