-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a GitHub CI to check sorting HttpsExclusions #596
base: master
Are you sure you want to change the base?
Conversation
In this case, all lines will be sorted, including comments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments, please take a look
Co-authored-by: scripthunter7 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
cc @Alex-302 I think you can merge it
branches: | ||
- master | ||
paths: | ||
- "**/*.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both "**/*.txt"
can be replaced by a relative path of banks.txt
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, But, it can be extended in the future.
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.