We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66545b commit 7248240Copy full SHA for 7248240
.github/workflows/pr.yml
@@ -64,6 +64,8 @@ jobs:
64
run: yarn install --frozen-lockfile
65
- name: Check API Goldens
66
run: yarn bazel test tools/public_api_guard/...
67
+ - name: Check Package Licenses
68
+ uses: angular/dev-infra/github-actions/linting/licenses@515b575bd6650a12353b6039b618cdb808280ad7
69
70
e2e:
71
runs-on: ubuntu-latest
0 commit comments