Skip to content

Commit

Permalink
fix: checkout depth for review
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust committed Nov 29, 2023
1 parent 6fb9493 commit 79cf17d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commitlint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions projenrc/github-workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,9 @@ export function runCommitLintWorkflow(project: AwsCdkConstructLibrary) {
{
name: 'Checkout project',
uses: 'actions/checkout@v3',
with: {
"fetch-depth": "2",
}
},
{
name: 'Setup Node',
Expand Down

0 comments on commit 79cf17d

Please sign in to comment.