Grommash9 / tg_chat_mate

https://grommash9.github.io/tg_chat_mate/
MIT License
5 stars 6 forks source link

TypeScript code pipeline check stage #136

Closed Grommash9 closed 10 months ago

Grommash9 commented 10 months ago

We should add pipeline stage to check TypeSript code quality. Make it allow to fail if it's possible to, you should not fix the code, only create the stage.

Can we have it in parallel with python code quality check?

Also please use NPM docker image for it to speed it up if it's possible

- npm run lint:no-fix
- npm run prettier:no-fix
Grommash9 commented 10 months ago

You can add only prettier if you will be not able to make it allow to fail, it's fine too

Also double check what you are checking all the files .ts