Skip to content

Commit 83f6de4

Browse files
committed
Tweak workflow job names
1 parent 3f1aae9 commit 83f6de4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/check-coding-style.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ on:
1414

1515
jobs:
1616

17-
eol-whitespace:
18-
17+
eol:
18+
name: eol whitespace
1919
runs-on: ubuntu-latest
20-
2120
steps:
2221

2322
- name: Checkout
@@ -32,10 +31,10 @@ jobs:
3231
git diff
3332
(! git status | grep "modified")
3433
35-
astyle-standard:
34+
astyle:
3635

36+
name: astyle standard
3737
runs-on: ubuntu-latest
38-
3938
steps:
4039

4140
- name: Checkout

0 commit comments

Comments
 (0)