Skip to content

Commit e07972a

Browse files
committed
fix: checkout the code
1 parent 90ba1f7 commit e07972a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
1316
- name: Setup Node.js
1417
uses: actions/setup-node@v3
1518
with:

0 commit comments

Comments
 (0)