@@ -14,6 +14,7 @@ Complete working examples for different project types.
1414** Use case:** Java/Spring Boot application with container
1515
1616** Contains:**
17+ - Pull request workflow with devbase-check linting
1718- Maven application configuration
1819- Container build with multi-platform support
1920- GitHub Packages publishing
@@ -29,6 +30,7 @@ Complete working examples for different project types.
2930** Use case:** Node.js/TypeScript application with container
3031
3132** Contains:**
33+ - Pull request workflow with devbase-check linting
3234- NPM application configuration
3335- Container build with multi-platform support
3436- GitHub Packages publishing
@@ -45,6 +47,7 @@ Complete working examples for different project types.
4547** Use case:** Gradle/Android application
4648
4749** Contains:**
50+ - Pull request workflow with devbase-check linting
4851- Gradle build configuration
4952- Android-specific tasks (APK, AAB)
5053- Version code auto-increment
@@ -91,7 +94,8 @@ Complete working examples for different project types.
9194 # Copy artifacts configuration
9295 cp artifacts.yml /path/to/your/project/.github/
9396
94- # Copy workflow
97+ # Copy workflows
98+ cp pullrequest-workflow.yml /path/to/your/project/.github/workflows/
9599 cp release-workflow.yml /path/to/your/project/.github/workflows/
96100 ```
97101
0 commit comments