File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ An example of a monorepo using Bazel and Scala, demonstrating how to structure a
4
4
## Features
5
5
Although, this is project is just example, it can be used as template for Scala Monorepo with Bazel.
6
6
It contains proposed code structure, testing, formatting, image builds and other.
7
- List of such features is below table:
7
+
8
+ List of features presented in this repository is below table:
8
9
9
10
| Feature | Description | Link |
10
11
| ------------------| ----------------------------------------------------------------------------------------------------------------------| -----------------------------|
@@ -138,7 +139,6 @@ bazel run //projects/service-1/src/main:push
138
139
```
139
140
140
141
## Scripts
141
-
142
142
Scripts can be embedded into monorepo. This makes possible to reuse existing code which reduces risk of scripts being outdated.
143
143
Execution (and compilation) of scripts is fast because, even with empty repo bazel will only compile what is needed to run script.
144
144
@@ -150,7 +150,6 @@ bazel run //projects/scripts:manualInit -- myArg1 myArg2
150
150
Check [ scripts readme] ( projects/scripts/README.md ) to get more details.
151
151
152
152
## CI
153
-
154
153
This repository also contains simple pull request check [ pr.yml] ( .github/workflows/pr.yml )
155
154
To make it faster, it also uses persistent cache.
156
155
You can’t perform that action at this time.
0 commit comments