We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fca07e9 + 04757a3 commit 64f2dfdCopy full SHA for 64f2dfd
.github/workflows/check-license.yml
@@ -1,12 +1,12 @@
1
---
2
-name: "Check Incomatible Licenses"
+name: "Check Incompatible Licenses"
3
on: [pull_request]
4
5
jobs:
6
- check_pr:
+ pull_request:
7
runs-on: ubuntu-latest
8
steps:
9
- - name: Check PR
+ - name: Check Pull Request
10
uses: JJ/github-pr-contains-action@526dfe784d8604ea1c39b6c26609074de95b1ffd # releases/v14.1
11
with:
12
github-token: ${{github.token}}
0 commit comments