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 6a1c484 commit afa89d0Copy full SHA for afa89d0
.github/workflows/pull_request.yml
@@ -15,10 +15,8 @@ jobs:
15
api_breakage_check_enabled: false
16
docs_check_enabled: false
17
format_check_enabled: false
18
- # https://github.com/swiftlang/vscode-swift/issues/1162
19
- shell_check_enabled: false
20
- # https://github.com/swiftlang/vscode-swift/issues/1161
21
- unacceptable_language_check_enabled: false
+ shell_check_enabled: true
+ unacceptable_language_check_enabled: true
22
23
tests:
24
name: Test
0 commit comments