Skip to content

Commit

Permalink
ci: begin checking licenses of upstream dependencies to ensure they a…
Browse files Browse the repository at this point in the history
…re approved (angular#56460)

Begin checking upstream dependency licenses.

PR Close angular#56460
  • Loading branch information
josephperrott authored and AndrewKushnir committed Jun 14, 2024
1 parent e0ee049 commit ee8ecfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: yarn ng-dev commit-message validate-range ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}
- name: Check code format
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@515b575bd6650a12353b6039b618cdb808280ad7

devtools:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee8ecfa

Please sign in to comment.