opensearch-project / opensearch-ci

Enables continuous integration across OpenSearch, OpenSearch Dashboards, and plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a Github workflow to check lint

tianleh opened this issue · comments

Is your feature request related to a problem? Please describe

This can help surface up code style issues during PR check

Describe the solution you'd like

Add a Github workflow to check lint

Describe alternatives you've considered

No response

Additional context

No response

[Triage]
@rishabh6788 can you please take a look at this?
Thanks

If I understand correctly the npm run build does run lint checks.
The command that is run is eslint --fix "bin/**/*.ts" "lib/**/*.ts" "test/**/*.ts" --ignore-pattern "**/*.d.ts" && jest.
Are you looking for something else?