Skip to content

Commit ea7992c

Browse files
committed
ci: add checkout step for tests
1 parent af26597 commit ea7992c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/makefile.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16+
- name: checkout
17+
uses: actions/checkout@v4
18+
1619
- uses: rhysd/action-setup-vim@v1
1720
with:
1821
neovim: true

0 commit comments

Comments
 (0)