mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
git reset
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user