Skip to content

Commit 7d41838

Browse files
committed
Add missing checkout step
1 parent d58cb13 commit 7d41838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737

3838
steps:
39+
- uses: actions/checkout@v1
3940
- name: Install dependencies
4041
run: yarn install
4142
- name: Tests style

0 commit comments

Comments
 (0)