Skip to content

Commit 1213d3b

Browse files
committed
ci: add missing checkout step
1 parent 6493d36 commit 1213d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
needs: test
5656
if: github.repository_owner == 'felixfbecker' && github.event_name == 'push' && github.ref == 'refs/heads/master'
5757
steps:
58+
- uses: actions/checkout@v2
5859
- name: Setup Node.js
5960
uses: actions/setup-node@v1
6061
with:

0 commit comments

Comments
 (0)