ci: fix typo in check-license

Signed-off-by: Ernesto Puerta <37327689+epuertat@users.noreply.github.com>
This commit is contained in:
Ernesto Puerta 2024-10-18 11:37:10 +02:00 committed by GitHub
parent c5faa93d26
commit 04757a317a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
---
name: "Check Incomatible Licenses"
name: "Check Incompatible Licenses"
on: [pull_request]
jobs:
check_pr:
pull_request:
runs-on: ubuntu-latest
steps:
- name: Check PR
- name: Check Pull Request
uses: JJ/github-pr-contains-action@526dfe784d8604ea1c39b6c26609074de95b1ffd # releases/v14.1
with:
github-token: ${{github.token}}