2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-27 00:26:57 +00:00

chore: set job names on build-test ci

This commit is contained in:
Jan Laupetin
2025-10-10 00:51:49 +02:00
parent 40a2bdafcb
commit 0a95f03ce7
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ on:
jobs:
check-formatting:
runs-on: ubuntu-latest
name: Check formatting
steps:
- name: Checkout repository
uses: actions/checkout@v5
@@ -21,4 +22,4 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
export CLANG_FORMAT_BIN="${LLVM_PATH}/bin/clang-format"
./scripts/check-format.sh
./scripts/check-format.sh