IvanIhnatsiuk / react-native-advanced-input-mask

Text input mask component for React Native
MIT License
26 stars 0 forks source link

feat: split CI jobs #3

Closed IvanIhnatsiuk closed 1 month ago

IvanIhnatsiuk commented 1 month ago

This pull request refactors the GitHub Actions workflows by modularizing the workflow definitions and reusing them across different jobs. The main changes include creating separate workflow files for building Android, iOS, and the library, as well as for linting and running tests. Additionally, the main CI workflow has been updated to reference these new modular workflows.

Modularization of Workflows:

Updates to Main CI Workflow: