1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-13 20:04:49 +02:00

Add build status to README

This commit is contained in:
Ralph Slooten
2022-08-07 10:57:45 +12:00
parent 93d5289d25
commit 18b5ce8c18
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
name: Test name: Tests
on: on:
pull_request: pull_request:
branches: [ develop ] branches: [ develop ]

View File

@@ -1,5 +1,10 @@
# Mailpit # Mailpit
![Tests](https://github.com/axllent/mailpit/actions/workflows/tests.yml/badge.svg)
![Build status](https://github.com/axllent/mailpit/actions/workflows/release-build.yml/badge.svg)
![Docker builds](https://github.com/axllent/mailpit/actions/workflows/build-docker.yml/badge.svg)
![CodeQL](https://github.com/axllent/mailpit/actions/workflows/codeql-analysis.yml/badge.svg)
Mailpit is an email testing tool for developers. Mailpit is an email testing tool for developers.
It acts as both an SMTP server, and provides a web interface to view all captured emails. It acts as both an SMTP server, and provides a web interface to view all captured emails.