(DNM) Wip d4n filter test program #26
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Check Incompatible Licenses" | |
on: [pull_request] | |
jobs: | |
pull_request: | |
name: "Check 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" |