Open Aisuko opened 8 months ago
@Aisuko Would something akin to this work? Vue Github Pages CICD Workflow
@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.
How to lint the code quality of Vue? @Wen-ace