Updated CI job step names for consistency

This commit is contained in:
OpenSauce04 2024-07-25 17:59:16 +01:00
parent 90ebe220b2
commit 1c2eab8ead
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
- name: Clang format
env:
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
run: ./.ci/clang-format.sh

View File

@ -14,7 +14,7 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Update Translation
- name: Update translation
run: ./.ci/transifex.sh
env:
TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}