Skip to content

Commit

Permalink
Do not run python linter during CI (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto authored Oct 14, 2024
1 parent fc65c3c commit 8eddc28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8eddc28

Please sign in to comment.