ci.yml: Update manifest check git checkout step

Update manifest checkout step to use fetch-depth=0 and fetch the
entire repository history.
This commit is contained in:
Paul Bartell 2022-08-12 12:46:32 -07:00 committed by Paul Bartell
parent 466ee59830
commit a044e089d0

View file

@ -130,6 +130,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Install Python3
uses: actions/setup-python@v2
with: