This commit is contained in:
arthurfiorette 2022-02-04 08:05:38 -03:00
parent db4cecb475
commit 7f4158331b
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -10,10 +10,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
uses: actions/checkout@v1
- name: Setup node and restore cached dependencies
uses: actions/setup-node@v2