mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +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
|
- name: Regenerate KnownTranslation APIs
|
||||||
run: php build/generate-known-translation-apis.php
|
run: php build/generate-known-translation-apis.php
|
||||||
|
|
||||||
- name: Run git diff
|
- name: Verify code is unchanged
|
||||||
run: git diff
|
run: |
|
||||||
|
git diff
|
||||||
- name: Fail job if changes were made
|
git diff --quiet
|
||||||
run: git diff --quiet
|
|
||||||
|
|
||||||
codestyle:
|
codestyle:
|
||||||
name: Code Style checks
|
name: Code Style checks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user