Add names for other GH actions

This commit is contained in:
Christian Semmler
2024-01-11 04:46:37 -05:00
parent 9eea48f629
commit 75f7791d6f
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
clang-format:
name: 'C++'
runs-on: ubuntu-latest
steps:
@@ -19,6 +20,7 @@ jobs:
-i
python-format:
name: 'Python'
runs-on: ubuntu-latest
steps: