eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

Check on lint errors when run EmptyWorkspace PR check in E2E typescript test repo #23221

Open dmytro-ndp opened 3 weeks ago

dmytro-ndp commented 3 weeks ago

Is your task related to a problem? Please describe

EmptyWorkspace PR check in E2E typescript test repo doesn't catch lint errors like the following: https://github.com/eclipse-che/che/pull/23215

Describe the solution you'd like

run npm run lint in https://github.com/eclipse-che/che/blob/main/.github/workflows/pr-check.yml#L96

Describe alternatives you've considered

No response

Additional context

No response