Best Practices to streamline JIRA Workflow
Atlassian launched the go-to project management solution, Jira, almost two decades ago. Since then, Jira continues to be the best project management formula for software developers and agile teams worldwide. Jira’s flexible functionalities are a favorite to development teams, but that doesn’t stop it from…
Mobile App Development
0
Android Lint workflow using Github Actions | by Saqib | Jul, 2023
Android Lint workflow using Github Actions Lets create workflow which will run lint code inspector on every pull request created on main branch and when code is pushed to main branch. Create a .github folder and then workflows folder inside like that .github/workflows . We…