1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-01 19:45:17 +02:00

chore(ci): fetching all commit for commitlint

This commit is contained in:
Corentin Thomasset 2021-05-21 23:29:35 +02:00
parent 0a55f778ed
commit a71058e3e7
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup node env
uses: actions/setup-node@v2.1.2