SkywardAI / chat-frontend

Frontend of AI-copilot
Apache License 2.0
1 stars 2 forks source link

[CI] Frontend should add code linting to CI #36

Open Aisuko opened 8 months ago

Aisuko commented 8 months ago

How to lint the code quality of Vue? @Wen-ace

CarterFaceySmith commented 5 months ago

@Aisuko Would something akin to this work? Vue Github Pages CICD Workflow

Aisuko commented 5 months ago

@Aisuko Would something akin to this work? Vue Github Pages CICD Workflow

We are planing to check the code quality in every PR https://github.com/SkywardAI/chat-frontend/blob/adb61316d843c63d226d548203e764b643548272/.github/workflows/ci.yml#L27-L35. However I am not good at vue.js, so I do not know if npm lint can work here. And I think we can leave this to the frontend. If you are interested in this issue, feel free to take it.