Skip to content

Commit e79590f

Browse files
author
Michal Bogacz
committed
Minor README.md improvements
1 parent c4263ea commit e79590f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ An example of a monorepo using Bazel and Scala, demonstrating how to structure a
44
## Features
55
Although, this is project is just example, it can be used as template for Scala Monorepo with Bazel.
66
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:
89

910
| Feature | Description | Link |
1011
|------------------|----------------------------------------------------------------------------------------------------------------------|-----------------------------|
@@ -138,7 +139,6 @@ bazel run //projects/service-1/src/main:push
138139
```
139140

140141
## Scripts
141-
142142
Scripts can be embedded into monorepo. This makes possible to reuse existing code which reduces risk of scripts being outdated.
143143
Execution (and compilation) of scripts is fast because, even with empty repo bazel will only compile what is needed to run script.
144144

@@ -150,7 +150,6 @@ bazel run //projects/scripts:manualInit -- myArg1 myArg2
150150
Check [scripts readme](projects/scripts/README.md) to get more details.
151151

152152
## CI
153-
154153
This repository also contains simple pull request check [pr.yml](.github/workflows/pr.yml)
155154
To make it faster, it also uses persistent cache.
156155

0 commit comments

Comments
 (0)