Skip to content

Commit

Permalink
Tweak workflow job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ftessier committed Jul 12, 2022
1 parent 3f1aae9 commit 83f6de4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/check-coding-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ on:

jobs:

eol-whitespace:

eol:
name: eol whitespace
runs-on: ubuntu-latest

steps:

- name: Checkout
Expand All @@ -32,10 +31,10 @@ jobs:
git diff
(! git status | grep "modified")
astyle-standard:
astyle:

name: astyle standard
runs-on: ubuntu-latest

steps:

- name: Checkout
Expand Down

0 comments on commit 83f6de4

Please sign in to comment.