fetch depth
This commit is contained in:
parent
9bb9996dd9
commit
e0cf11b227
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
- id: checkout
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- id: setup-node
|
||||
name: Setup Node.JS
|
||||
|
|
|
|||
Loading…
Reference in a new issue