mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 13:15:39 +00:00
Make LintRatchet hard reset to development every run
This commit is contained in:
parent
255d982498
commit
aa31851e77
5
.github/workflows/lint_commit.yml
vendored
5
.github/workflows/lint_commit.yml
vendored
@ -29,7 +29,8 @@ jobs:
|
|||||||
# - name: Fetch this repo's LintRatchet branch
|
# - name: Fetch this repo's LintRatchet branch
|
||||||
# run: git fetch origin LintRatchet:LintRatchet
|
# run: git fetch origin LintRatchet:LintRatchet
|
||||||
- run: git checkout LintRatchet
|
- run: git checkout LintRatchet
|
||||||
- run: git merge development
|
# - run: git merge development
|
||||||
|
- run: git reset --hard development
|
||||||
- run: git stash pop
|
- run: git stash pop
|
||||||
- run: git add -u
|
- run: git add -u
|
||||||
- run: git commit -m 'Fix whitespace [skip actions]'
|
- run: git commit -m 'Fix whitespace [skip actions]'
|
||||||
@ -37,4 +38,4 @@ jobs:
|
|||||||
run: python manage_languages.py -u
|
run: python manage_languages.py -u
|
||||||
- run: git add -u
|
- run: git add -u
|
||||||
- run: git commit -m 'Update languages [skip actions]'
|
- run: git commit -m 'Update languages [skip actions]'
|
||||||
- run: git push --set-upstream origin LintRatchet
|
- run: git push --set-upstream --force origin LintRatchet
|
||||||
|
Loading…
Reference in New Issue
Block a user