Component - CI/CD with GitHub Actions
This UI component shows a simple Android app screen with a button that triggers a build and deploy process using GitHub Actions for continuous integration and continuous delivery (CI/CD).
This UI component shows a simple Android app screen with a button that triggers a build and deploy process using GitHub Actions for continuous integration and continuous delivery (CI/CD).
Scaffold
├─ AppBar
│ └─ Text("CI/CD Demo")
└─ Column
├─ Text("Welcome to CI/CD with GitHub Actions")
└─ Button("Start Build")