Skip to content

Commit acae871

Browse files
committed
re-enable soundness checks (shell, python, and yaml)
1 parent 2b9ef10 commit acae871

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
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: "swiftlang/swift:nightly-6.0-jammy"
18-
yamllint_check_enabled: false
18+
yamllint_check_enabled: true
1919

2020
unit-tests:
2121
name: Unit tests

scripts/integration_tests.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)