-
Notifications
You must be signed in to change notification settings - Fork 229
Run style checks using GitHub Actions instead of Azure Pipelines #519
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
Conversation
Also remove Azure Pipelines.
Now would be a good time to update our maintenance guide at https://github.com/GenericMappingTools/pygmt/blob/v0.1.2/MAINTENANCE.md#continuous-integration. I can help out with that if it's getting late for you. |
Feel free to make any changes to this PR. |
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 moved the tests from style_check.yaml
to ci_tests.yaml
to keep things in one place (similar to Azure Pipelines before). Should be good to merge but feel free to take another look.
Description of proposed changes
This PR implements style checks in github actions. We no longer need Azure Pipelines.
Continuation of #513. Closes #443.
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.