11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-04 08:46:53 +00:00

docs: remove fetch-depth from instructions since it's not needed anymore

This commit is contained in:
Wagner Santos 2023-07-22 09:02:38 -03:00
parent a31f4b5793
commit a8f11416e0
3 changed files with 0 additions and 12 deletions

View file

@ -36,8 +36,6 @@ jobs:
DOCKER_REGISTRY_URL: registry.hub.docker.com
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16.5.0'