actions: combine code verify into one step

this way the diff takes one less click to get to.
This commit is contained in:
Dylan K. Taylor 2021-10-21 00:30:19 +01:00
parent 4f2bcb61d6
commit 2971bf30a5
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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