Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[engsys] inline eslint step into analyze template (Azure#32304)
### Packages impacted by this PR None directly, this only touches CI. ### Describe the problem that is addressed by this PR We were seeing odd behavior in CI where the `rush install` inside of the lint step was failing, but since this task was only ever called from analyze, which has already executed `rush install` it seemed unnecessary. This change inlines the behavior from the run-estlint step and avoids the duplicate `rush install` call.
- Loading branch information