mgr/dashboard: bump @ngx-formly/core from 6.1.1 to 6.3.11 in /src/pybind/mgr/dashboard/frontend #10
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 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" |