cms
cms copied to clipboard
bug: ci is not working properly
Describe the bug
- In #80
npm run lint:checkandnpm run format:checkin ci have been changed tonpm run lint:fixandnpm run format:fix - Even when the format:fix and lint:fix runs in ci, we can't update it in the PR without a github personal token
- This check passes always resulting in unformatted code merged into the main
Expected behavior
Reverting back it to npm run lint:check and npm run format:check will break the ci if the code in the PR is not formatted