Skip to content

Commit 6971eac

Browse files
committed
Add badges
1 parent da7cde9 commit 6971eac

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Lint
3232
run: npm run lint
3333

34-
- name: Run tests
34+
- name: Run Jest tests
3535
run: npm run test tests/jest
3636

3737
- name: Build app

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
[![CI](https://github.com/BayesBond/BayesBond/actions/workflows/ci.yml/badge.svg)](https://github.com/BayesBond/BayesBond/actions/workflows/ci.yml)
3+
[![CD](https://github.com/BayesBond/BayesBond/actions/workflows/cd.yml/badge.svg)](https://github.com/BayesBond/BayesBond/actions/workflows/cd.yml)
4+
![Vercel](https://deploy-badge.vercel.app/vercel/bayesbond)
5+
16
# BayesBond
27

38
This repository provides the source code for [BayesBond](https://bayesbond.vercel.app), a web application where rational thinkers can bond and form deep 1-1
@@ -14,7 +19,7 @@ To contribute, please submit a pull request or issue, or fill out this [form](ht
1419
- Open source
1520
- Democratically governed
1621

17-
The full description is available [here](https://martinbraquet.com/meeting-rational).
22+
The full description is available [here](https://BayesBond.com/meeting-rational).
1823

1924
## To Do
2025

0 commit comments

Comments
 (0)