Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
evl-8 committed Jan 22, 2025
1 parent f40c231 commit d63a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/Github Actions vs Jenkins vs CircleCI.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These two CI/CD tools where choose, because they are among the most popular [^35
- Build, test and deploy code changes, which in turn enables faster development cycles [^1], [^17]
- Allow developers to automate the process of integrating code changes[^17] from multiple team members [^1]
- Can deploy code to different environments such as: dev, staging (stage) and production (prod) [^1]
- Maintain code quality [^1], by running tests* and linters**.
- Maintain code quality [^1], by running tests\* and linters\**.
- Keeping teams in sync [^1], by pushing internal libraries to a central server as soon they are finished

\* _such as [JUnit](https://junit.org/junit5/) in Java, [https://kotest.io/](https://kotest.io/) for Kotlin or [Rust Tests] https://doc.rust-lang.org/book/ch11-01-writing-tests.html_
Expand Down

0 comments on commit d63a176

Please sign in to comment.