.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:
Anna Shaleva 2023-08-30 16:44:55 +03:00
parent 5463a91edc
commit c80702cc4a

View file

@ -1,4 +1,4 @@
name: DCO check name: Contribution guidelines
on: on:
pull_request: pull_request:
@ -7,4 +7,5 @@ on:
jobs: jobs:
commits_check_job: commits_check_job:
name: DCO check
uses: nspcc-dev/.github/.github/workflows/dco.yml@master uses: nspcc-dev/.github/.github/workflows/dco.yml@master