File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
run : yarn -s ts-circular-deps:check
45
45
- name : Check code format
46
46
run : yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
47
+ - name : Check Package Licenses
48
+ uses : angular/dev-infra/github-actions/linting/licenses@8a438a3bdc519880d78b5ac92b62bfe688deb058
47
49
# Commit message check is last intentionally, because the caretaker can fix it
48
50
# during merge, while other lint failures have to be resolved by the PR author.
49
51
- name : Check commit message
64
66
run : yarn install --frozen-lockfile
65
67
- name : Check API Goldens
66
68
run : yarn bazel test tools/public_api_guard/...
67
- - name : Check Package Licenses
68
- uses : angular/dev-infra/github-actions/linting/licenses@8a438a3bdc519880d78b5ac92b62bfe688deb058
69
69
70
70
e2e :
71
71
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments