.github: prettify DCO check display name
Extend the YAML scope and prettify the job check name. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
5463a91edc
commit
c80702cc4a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: DCO check
|
||||
name: Contribution guidelines
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -7,4 +7,5 @@ on:
|
|||
|
||||
jobs:
|
||||
commits_check_job:
|
||||
name: DCO check
|
||||
uses: nspcc-dev/.github/.github/workflows/dco.yml@master
|
Loading…
Reference in a new issue