We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780a54e commit 6cb3f39Copy full SHA for 6cb3f39
.github/workflows/pull_request.yml
@@ -10,12 +10,12 @@ jobs:
10
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
with:
12
license_header_check_project_name: "SwiftAWSLambdaRuntime"
13
- shell_check_enabled: false
14
- python_lint_check_enabled: false
+ shell_check_enabled: true
+ python_lint_check_enabled: true
15
api_breakage_check_container_image: "swift:6.0-noble"
16
docs_check_container_image: "swift:6.0-noble"
17
format_check_container_image: "swift:6.0-noble"
18
- yamllint_check_enabled: false
+ yamllint_check_enabled: true
19
20
unit-tests:
21
name: Unit tests
0 commit comments