mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -05:00
Fetch the last 31 days to please linter's age checks.
This commit is contained in:
parent
02176b1a31
commit
1ea7d70388
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue