[Chore] Fix CI danger checks

Problem: the danger checks were failing because it was configured to
fetch only and partially the current PR branch.

Solution: force the danger checks CI to get all the repository branches.
This commit is contained in:
Adrián Enríquez 2022-12-20 16:50:54 +01:00
parent 96dba5f076
commit 3c16b90bdf
No known key found for this signature in database
GPG Key ID: 1D2A049F5866F977

View File

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'