Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
aa31851e
Commit
aa31851e
authored
Jul 12, 2022
by
AnimeGitB
Committed by
Luke H-W
Jul 12, 2022
Browse files
Make LintRatchet hard reset to development every run
parent
255d9824
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/lint_commit.yml
View file @
aa31851e
...
...
@@ -29,7 +29,8 @@ jobs:
# - name: Fetch this repo's LintRatchet branch
# run: git fetch origin LintRatchet:LintRatchet
-
run
:
git checkout LintRatchet
-
run
:
git merge development
# - run: git merge development
-
run
:
git reset --hard development
-
run
:
git stash pop
-
run
:
git add -u
-
run
:
git commit -m 'Fix whitespace [skip actions]'
...
...
@@ -37,4 +38,4 @@ jobs:
run
:
python manage_languages.py -u
-
run
:
git add -u
-
run
:
git commit -m 'Update languages [skip actions]'
-
run
:
git push --set-upstream origin LintRatchet
-
run
:
git push --set-upstream
--force
origin LintRatchet
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment