Skip to content

Commit f8d796c

Browse files
authored
add checkout repo step
1 parent 1087b8b commit f8d796c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7+
- name: checkout repo
8+
uses: actions/checkout@v3
79
- name: use node.js
810
uses: actions/setup-node@v3
911
with:

0 commit comments

Comments
 (0)