mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 21:23:39 +00:00
Make Lint_Commit not fail on no commit
This commit is contained in:
parent
5e041b333b
commit
ad0225df3a
8
.github/workflows/lint_commit.yml
vendored
8
.github/workflows/lint_commit.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user