build: Use a nicer name for DCO check step

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2024-02-28 09:51:12 +00:00
parent d9f48505fe
commit 80aa91f24c

View File

@ -3,6 +3,7 @@ on: [pull_request, merge_group]
jobs:
check:
name: DCO Check ("Signed-Off-By")
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4