Skip to content

Commit

Permalink
build: enable CI check for component ID collisions
Browse files Browse the repository at this point in the history
Adds a CI check to automatically detect potential component ID collisions.
  • Loading branch information
crisbeto committed Jul 7, 2023
1 parent 1bbc428 commit 2ac9efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ jobs:
- run: yarn ng-dev format changed --check << pipeline.git.base_revision >>
- run: yarn ownerslint
- run: yarn detect-component-id-collisions
- run: yarn stylelint
- run: yarn tslint
- run: yarn -s ts-circular-deps:check
Expand Down

0 comments on commit 2ac9efe

Please sign in to comment.