cms
cms copied to clipboard
ci: improve ci
PR Fixes:
-
npm run lint:fixandnpm run format:fixin ci have been changed tonpm run lint:checkandnpm run format:check - Now the ci will fail if the code is unformatted
- Improved the ci to work on different PR types
- Formatted the unformatted code in the main repo in this PR
Resolves #350
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I assure there is no similar/duplicate pull request regarding same issue