Skip to content

Commit

Permalink
Merge pull request #526 from stepchowfun/ci-badge
Browse files Browse the repository at this point in the history
Remove the CI status badge
  • Loading branch information
stepchowfun authored Jan 3, 2025
2 parents 2e3bf61 + bbbefb5 commit 5042ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Toast 🥂

[![Build status](https://github.com/stepchowfun/toast/workflows/Continuous%20integration/badge.svg?branch=main)](https://github.com/stepchowfun/toast/actions?query=branch%3Amain)

*Toast* is a tool for containerizing your workflows such as building and testing a project. You define tasks in a YAML file called a *toastfile*, and Toast runs them in a container based on a Docker image of your choosing. What constitutes a "task" is up to you: tasks can install system packages, compile an application, run a test suite, or even serve web pages. Tasks can depend on other tasks, so Toast can be understood as a high-level containerized build system.

![Welcome to Toast.](https://raw.githubusercontent.com/stepchowfun/toast/main/media/welcome-0.svg?sanitize=true)
Expand Down

0 comments on commit 5042ac6

Please sign in to comment.