ci: add badge
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Hugo Pointcheval 2022-06-01 13:47:38 +02:00
parent d28a49a67b
commit 4fde7d0aa2
Signed by: hugo
GPG Key ID: A9E8E9615379254F
3 changed files with 13 additions and 1 deletions

View File

@ -10,4 +10,8 @@ steps:
- flutter doctor
- flutter pub global activate melos
- melos bs
- melos run test:all
- melos run test:all
trigger:
branch:
- master

View File

@ -11,6 +11,10 @@
<a href="https://github.com/invertase/melos">
<img src="https://img.shields.io/badge/Maintained%20with-melos-f700ff.svg?style=flat-square" alt="Maintained with Melos" />
</a>
<a href="https://drone.wyatt-studio.fr/hugo/native-crypto">
<img src="https://drone.wyatt-studio.fr/api/badges/hugo/native-crypto/status.svg" alt="Build Status" />
</a>
</p>
---

View File

@ -11,6 +11,10 @@
<a href="https://github.com/invertase/melos">
<img src="https://img.shields.io/badge/Maintained%20with-melos-f700ff.svg?style=flat-square" alt="Maintained with Melos" />
</a>
<a href="https://drone.wyatt-studio.fr/hugo/native-crypto">
<img src="https://drone.wyatt-studio.fr/api/badges/hugo/native-crypto/status.svg" alt="Build Status" />
</a>
</p>
---