Skip to content

Commit ee8ecfa

Browse files
josephperrottAndrewKushnir
authored andcommitted
ci: begin checking licenses of upstream dependencies to ensure they are approved (angular#56460)
Begin checking upstream dependency licenses. PR Close angular#56460
1 parent e0ee049 commit ee8ecfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
run: yarn ng-dev commit-message validate-range ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}
3939
- name: Check code format
4040
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
41+
- name: Check Package Licenses
42+
uses: angular/dev-infra/github-actions/linting/licenses@515b575bd6650a12353b6039b618cdb808280ad7
4143

4244
devtools:
4345
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)