build: Use a nicer name for DCO check step

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
(cherry picked from commit 80aa91f24c)
This commit is contained in:
Rob Bradford
2024-02-28 09:51:12 +00:00
committed by Bo Chen
parent 1f6b43db49
commit 80724b1662

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