HttpsExclusions icon indicating copy to clipboard operation
HttpsExclusions copied to clipboard

Add a GitHub CI to check sorting HttpsExclusions

Open piquark6046 opened this issue 1 year ago • 1 comments

It does not have lint-staged npm package to check the ordering at only GitHub-hosted workflow runner automatically. If the CI finds any incorrect ordering in banks.txt file, the workflow run will be failed. Otherwise, the workflow run will be succeeded.

piquark6046 avatar Jun 14 '24 06:06 piquark6046

In this case, all lines will be sorted, including comments //.

  • Sorting should not be applied to comments.
  • After a comment, the sorting should start again.

Alex-302 avatar Jun 14 '24 09:06 Alex-302