Skip to content

Commit

Permalink
update readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-07 committed Oct 26, 2023
1 parent ae6d920 commit e138e4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

LitePipe is a simple CI/CD tool written in Go using only the standard library. It's goal is to be lightweight and reliable. In a nutshell, it listens for webhook POST requests, verifies them, checks if some user-defined criteria were met, and if so runs some user-defined commands. It currently exclusively supports GitHub pull request webhooks, but in the future I aim to add more flexibility.

Backwards compatibility is not yet guaranteed.

## Setup

After cloning this repo, (assuming you have Go installed) simply run `go build litepipe.go`.
Expand Down

0 comments on commit e138e4e

Please sign in to comment.