Skip to content

Commit edbac1f

Browse files
committed
Enable RawSyntax validation and alternate token introspection in GitHub Actions
1 parent f325c9c commit edbac1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
with:
1212
# https://github.com/swiftlang/swift-syntax/issues/2992
1313
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+
SWIFTSYNTAX_ENABLE_RAWSYNTAX_VALIDATION=1
19+
SWIFTPARSER_ENABLE_ALTERNATE_TOKEN_INTROSPECTION=1
1420
soundness:
1521
name: Soundness
1622
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)