mirror of https://github.com/actions/checkout.git
Update licensed.yml
This commit is contained in:
parent
2b8f79e013
commit
e75fba54a1
|
@ -1,7 +1,7 @@
|
|||
name: Licensed
|
||||
|
||||
on:
|
||||
push: {branches: main}
|
||||
push: {branches: main}
|
||||
pull_request: {branches: main}
|
||||
|
||||
jobs:
|
||||
|
@ -11,4 +11,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm ci
|
||||
- run: npm run licensed-check
|
||||
- run: npm run licensed-check
|
||||
|
|
Loading…
Reference in New Issue