cms icon indicating copy to clipboard operation
cms copied to clipboard

bug: ci is not working properly

Open ezhil56x opened this issue 1 year ago • 0 comments

Describe the bug

  • In #80 npm run lint:check and npm run format:check in ci have been changed to npm run lint:fix and npm 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

ezhil56x avatar Apr 09 '24 16:04 ezhil56x