git reset

This commit is contained in:
Leonardo Venturini
2024-07-29 09:35:11 -04:00
parent 046490f7ff
commit 052ba5241c

View File

@@ -32,6 +32,12 @@ jobs:
with:
node-version: 20.x
- name: Git Reset Hard
shell: pwsh
run: |
git reset --hard
git clean -fdx
- name: Install dependencies
shell: pwsh
run: |