Skip to content

Commit

Permalink
👷 Changed CI names for consistency (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Mar 12, 2023
1 parent b51a274 commit 423df68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
clangformat:
runs-on: ubuntu-latest
name: ClangFormat

steps:
- name: Clone Repository (for push events)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
- '.github/workflows/clang-tidy-review.yml'

jobs:
build:
clangtidy:
runs-on: ubuntu-latest
name: Clang-Tidy

steps:
- name: Clone Repository
Expand Down

0 comments on commit 423df68

Please sign in to comment.