Skip to content

Commit 6cb3f39

Browse files
committed
re-enable additional soundness checks
1 parent 780a54e commit 6cb3f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1111
with:
1212
license_header_check_project_name: "SwiftAWSLambdaRuntime"
13-
shell_check_enabled: false
14-
python_lint_check_enabled: false
13+
shell_check_enabled: true
14+
python_lint_check_enabled: true
1515
api_breakage_check_container_image: "swift:6.0-noble"
1616
docs_check_container_image: "swift:6.0-noble"
1717
format_check_container_image: "swift:6.0-noble"
18-
yamllint_check_enabled: false
18+
yamllint_check_enabled: true
1919

2020
unit-tests:
2121
name: Unit tests

0 commit comments

Comments
 (0)