Reno needs the full repository history to properly build the docs.
Increas the fetch-depth to be the full repository. Also, bring the
pre-commit validation to the same level of the gerrit checkout action
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I13fed2d7223d3f65f77d651013b8a00d07759796
needs: prepare
runs-on: ubuntu-latest
steps:
- - uses: lfit/checkout-gerrit-change-action@v0.2
+ - uses: lfit/checkout-gerrit-change-action@v0.3
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
- fetch-depth: "30"
+ fetch-depth: "0"
- uses: actions/setup-python@v4
id: setup-python
with: