Skip to content

Commit

Permalink
[DOP-4171]: Respond to PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Jan 31, 2024
1 parent 3d5c25d commit a69f575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cdk-infra/utils/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ export function getEnv(): AutoBuilderEnv {
export function isEnhanced(): boolean {
return !!contextVarsMap.get('enhanced');
}

/**
* This value is used by the rebuild-parse-cache custom GitHub Action
*/
export function getSnootyParserVersion(): string {
checkContextInit();
const snootyParserVersion = contextVarsMap.get('snootyParserVersion');
Expand Down

0 comments on commit a69f575

Please sign in to comment.