summaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-license.yml
blob: d201ed713543972d6a326b01db9ae57a47033aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
name: "Check Incomatible Licenses"
on: [pull_request]

jobs:
  check_pr:
    runs-on: ubuntu-latest
    steps:
    - name: Check PR
      uses: JJ/github-pr-contains-action@526dfe784d8604ea1c39b6c26609074de95b1ffd  # releases/v14.1
      with:
        github-token: ${{github.token}}
        diffDoesNotContain: "GNU General Public License"