mirror of https://github.com/ceph/ceph
14 lines
360 B
YAML
14 lines
360 B
YAML
---
|
|
name: "Check Incompatible Licenses"
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
pull_request:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check Pull Request
|
|
uses: JJ/github-pr-contains-action@526dfe784d8604ea1c39b6c26609074de95b1ffd # releases/v14.1
|
|
with:
|
|
github-token: ${{github.token}}
|
|
diffDoesNotContain: "GNU General Public License"
|