review: change fetch

This commit is contained in:
Fernandez Ludovic 2022-05-16 12:59:38 +02:00
parent ac9dfd9f4e
commit f4e4347cad

View file

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: 0
- run: | - run: |
npm install npm install
npm run all npm run all