File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5353 run : yarn ts-circular-deps check
5454 - name : Run Validation
5555 run : yarn admin validate
56- - name : Check Package Licenses
57- uses : angular/dev-infra/github-actions/linting/licenses@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
5856 - name : Check tooling setup
5957 run : yarn check-tooling-setup
6058 - name : Check commit message
6563 # Code formatting checks are only done on pull requests as its too late to validate once
6664 # it has been merged.
6765 run : yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
66+ # This check is done last as it is the one most often allowed to merge despite failure.
67+ - name : Check Package Licenses
68+ uses : angular/dev-infra/github-actions/linting/licenses@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
6869
6970 build :
7071 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments