mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
actions: combine code verify into one step
this way the diff takes one less click to get to.
This commit is contained in:
parent
4f2bcb61d6
commit
2971bf30a5
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -238,11 +238,10 @@ jobs:
|
||||
- name: Regenerate KnownTranslation APIs
|
||||
run: php build/generate-known-translation-apis.php
|
||||
|
||||
- name: Run git diff
|
||||
run: git diff
|
||||
|
||||
- name: Fail job if changes were made
|
||||
run: git diff --quiet
|
||||
- name: Verify code is unchanged
|
||||
run: |
|
||||
git diff
|
||||
git diff --quiet
|
||||
|
||||
codestyle:
|
||||
name: Code Style checks
|
||||
|
Loading…
x
Reference in New Issue
Block a user