.github/check-license: add friendly name

In the absence of `name`, GH uses the `job` ID of the action to select which checks are required, and `pull_request` is rather confusing.

Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
This commit is contained in:
Ernesto Puerta 2024-10-23 20:34:40 +02:00 committed by GitHub
parent d908c9ec8a
commit 42e4b45d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on: [pull_request]
jobs:
pull_request:
name: "Check Incompatible Licenses"
runs-on: ubuntu-latest
steps:
- name: Check Pull Request