Skip to content

Commit 08f6e77

Browse files
committed
add readme description
1 parent 7d63af6 commit 08f6e77

File tree

3 files changed

+33
-25
lines changed

3 files changed

+33
-25
lines changed

.idea/flutter-base.iml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Dart_SDK.xml

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ This template comes with:
1818
- Intl.
1919
- State Management (Blocs/Cubit).
2020
- Env config and flavors.
21-
- Chat with Gemini and Vertex AI (Documantation and setup WIP)
21+
- Chat with Gemini and Vertex AI (Documentation and setup WIP)
22+
- GitWorkflow config: RS-GPT-Review
23+
- GitWorkflow config: Sonarqube
2224

2325
## Initial Setup
2426

@@ -188,7 +190,15 @@ TBD
188190
189191
We are using Bitrise to configure and run
190192
the [CI/CD pipelines](https://www.notion.so/rootstrap/Flutter-CI-CD-9a0a5957ee8442908fc00c3ea8f49bf1)
191-
.
193+
194+
### Github Actions: RS-GPT-Review
195+
- Configure GPT secrets vars on your repo settings:
196+
- OPENAI_KEY
197+
198+
### Github Actions: Sonarqube
199+
- Configure Sonarqube secrets vars on your repo settings:
200+
- SONAR_TOKEN (your sonarqube project token)
201+
- SONAR_URL (your sonarqube server url)
192202
193203
## License
194204

0 commit comments

Comments
 (0)