Skip to content

Commit 63e8481

Browse files
committed
fix analysis job names
1 parent 228db9a commit 63e8481

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/analysis.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
cpplint:
11-
name: unit
1211
runs-on: ubuntu-latest
1312

1413
steps:
@@ -28,7 +27,6 @@ jobs:
2827
run: make lint
2928

3029
valgrind:
31-
name: unit
3230
runs-on: ubuntu-latest
3331

3432
steps:

0 commit comments

Comments
 (0)