summaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-license.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-license.yml')
-rw-r--r--.github/workflows/check-license.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml
new file mode 100644
index 00000000000..89dcfa292c3
--- /dev/null
+++ b/.github/workflows/check-license.yml
@@ -0,0 +1,14 @@
+---
+name: "Check for Incompatible Licenses"
+on: [pull_request]
+
+jobs:
+ pull_request:
+ name: "Check for Incompatible Licenses"
+ 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"