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 authored and clydin committed Jun 14, 2024
1 parent f989fa3 commit 1f9278f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Run Validation
run: yarn admin validate
- name: Check Package Licenses
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
uses: angular/dev-infra/github-actions/linting/licenses@515b575bd6650a12353b6039b618cdb808280ad7
with:
config-file: './.github/dependency-review-config.yml'
allow-dependencies-licenses: 'pkg:npm/thingies@1.21.0'
- name: Check tooling setup
run: yarn check-tooling-setup
- name: Check commit message
Expand Down

0 comments on commit 1f9278f

Please sign in to comment.