From 413b8a8c1367ecd2f13e6d3f96bb9ba2d128ea01 Mon Sep 17 00:00:00 2001 From: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:05:47 +0530 Subject: [PATCH] fix(ci): repo not cloned on startup (#1454) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2f927d2a..a253a1572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: permissions: pull-requests: read steps: + - uses: actions/checkout@v3 + name: Checkout code + id: checkout - uses: dorny/paths-filter@v2 id: filter with: