Wip leonidc2511 epoch filter centos9 only #1
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 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" |