diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a99b5eb..8ccd168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file