Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![CI status badge](https://github.com/ChumpChief/ProjectTemplate/actions/workflows/ci.yml/badge.svg)

# Project Template

This repo is meant to be used as a template for typescript monorepo projects. It contains placeholder packages to demonstrate usage.
Expand Down Expand Up @@ -132,5 +134,3 @@ This repo is opinionated about its technology choices. Specifically:
* Trunk-based development (optionally with release branches)
* Synchronized version numbers across packages
* MacOS/Linux development environment

![CI status badge](https://github.com/ChumpChief/ProjectTemplate/actions/workflows/ci.yml/badge.svg)
Loading