Skip to content

Commit f761465

Browse files
committed
JavaScript: Add missing actions/checkout step`
1 parent 9b8ac17 commit f761465

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/javascript.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ jobs:
189189
pull-requests: write
190190

191191
steps:
192+
- uses: actions/checkout@v4
193+
with:
194+
fetch-depth: 0
195+
192196
- uses: actions/setup-node@v4
193197
with:
194198
node-version-file: ".node-version"

0 commit comments

Comments
 (0)