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
ad0225df
Commit
ad0225df
authored
Jul 21, 2022
by
AnimeGitB
Committed by
Melledy
Jul 21, 2022
Browse files
Make Lint_Commit not fail on no commit
parent
5e041b33
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/lint_commit.yml
View file @
ad0225df
...
...
@@ -32,10 +32,10 @@ jobs:
# - 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]'
-
name
:
Commit any whitespace changes
run
:
git
add -u && git
commit -m 'Fix whitespace [skip actions]'
||
true
-
name
:
Update Languages
run
:
python manage_languages.py -u
-
run
:
git add -u
-
run
:
git commit -m 'Update languages [skip actions]'
-
name
:
Commit any language changes
run
:
git
add -u && git
commit -m 'Update languages [skip actions]'
||
true
-
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