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:
3
.github/workflows/check-formatting.yaml
vendored
3
.github/workflows/check-formatting.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user