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

Begin checking upstream dependency licenses.
  • Loading branch information
josephperrott committed Jun 14, 2024
1 parent bfdb1a2 commit 3d508d4
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 @@ -62,6 +62,8 @@ jobs:
run: yarn install --frozen-lockfile
- name: Check API Goldens
run: yarn bazel test tools/public_api_guard/...
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@515b575bd6650a12353b6039b618cdb808280ad7

e2e:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3d508d4

Please sign in to comment.