From 1ea7d7038872e8924992b9162271576187818d03 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sat, 11 Jan 2020 10:02:23 +0100 Subject: [PATCH] Fetch the last 31 days to please linter's age checks. --- .github/workflows/lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4f54b93..bfb3a9e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,4 +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}' - uses: max/awesome-lint@master