Fetch all repository history.

This commit is contained in:
Kevin Deldycke
2020-01-11 10:07:15 +01:00
committed by GitHub
parent aa7387a434
commit e5b7d8c396

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
# Fetch the last 31 days to please linter's age checks.
- run: |
git checkout 'master@{31 days ago}'
with:
# Fetch all history to please linter's age checks.
fetch-depth: 0
- uses: max/awesome-lint@master