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 f325c9c commit edbac1fCopy full SHA for edbac1f
.github/workflows/pull_request.yml
@@ -11,6 +11,12 @@ jobs:
11
with:
12
# https://github.com/swiftlang/swift-syntax/issues/2992
13
enable_windows_checks: false
14
+ linux_env_vars: |
15
+ SWIFTSYNTAX_ENABLE_RAWSYNTAX_VALIDATION=1
16
+ SWIFTPARSER_ENABLE_ALTERNATE_TOKEN_INTROSPECTION=1
17
+ windows_env_vars: |
18
19
20
soundness:
21
name: Soundness
22
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments