mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 00:45:34 +00:00
Rename lint_commit's job, don't fail on no changes
This commit is contained in:
parent
e38c6251f6
commit
30b20c8664
4
.github/workflows/lint_commit.yml
vendored
4
.github/workflows/lint_commit.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user