olucurious / PyFCM

Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
http://olucurious.github.io/PyFCM/
MIT License
802 stars 204 forks source link

- Fixed pipeline - should run on every action for code quality checks #323

Closed Subhrans closed 2 months ago

Subhrans commented 2 months ago
Subhrans commented 2 months ago

Hi @olucurious , I have added black formatting steps as the codes are not formatted with guidelines, Could you check my changes?

The pipeline failed because codes are not formatted and I haven't pushed the formatted code in this PR. But I have done the formatted code in another PR (pull request) https://github.com/olucurious/PyFCM/pull/322.

Also, I modified the pipelines because I think the pipeline should run on every push to any branch. because it ensures the developer's codes are correct with test cases and clean code.

Please let me know Thank you

Subhrans commented 2 months ago

Hi @olucurious , If you are okay with this PR, you change the target branch to develop branch for correct flow. Thanks