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
30b20c86
Commit
30b20c86
authored
Aug 22, 2022
by
AnimeGitB
Browse files
Rename lint_commit's job, don't fail on no changes
parent
e38c6251
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/lint_commit.yml
View file @
30b20c86
...
...
@@ -8,7 +8,7 @@ on:
branches
:
-
"
development"
jobs
:
Build-Server-Jar
:
Make-Lint-Commits
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
...
...
@@ -31,7 +31,7 @@ jobs:
-
run
:
git checkout LintRatchet
# - run: git merge development
-
run
:
git reset --hard development
-
run
:
git stash pop
-
run
:
git stash pop
||
true
-
name
:
Commit any whitespace changes
run
:
git add -u && git commit -m 'Fix whitespace [skip actions]' ||
true
-
name
:
Update Languages
...
...
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