github worflows: speed up git checkout.

This patch add 'fetch-depth: 0' to 'checkout' plugin on Github Worflows
to slightly speed up verifications.
This commit is contained in:
Rafael Guterres Jeffman
2022-11-18 12:08:11 -03:00
parent 9423eb81b7
commit 01287288a7
3 changed files with 22 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- name: Run readme test
run: |
error=0