Skip to content

Commit a1840d8

Browse files
authored
Merge pull request #381 from formidablejs/feature/bun-support
chore: update readme
2 parents 648284b + 7f5feef commit a1840d8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44
Note: This repository contains the core code of the Formidable framework. If you want to build an application using Formidable, visit the main [Formidablejs repository](https://github.com/formidablejs/formidablejs-typescript).
55

66
<center>
7+
<p align="center">
78

8-
![Core](https://github.com/formidablejs/framework/actions/workflows/0-core-test.yml/badge.svg)
9-
![E2E](https://github.com/formidablejs/framework/actions/workflows/1-e2e-test.yml/badge.svg)
9+
![Node.js - Core](https://github.com/formidablejs/framework/actions/workflows/nodejs-core-test.yml/badge.svg)
10+
![Node.js - E2E](https://github.com/formidablejs/framework/actions/workflows/nodejs-e2e-test.yml/badge.svg)
11+
![Bun - Core](https://github.com/formidablejs/framework/actions/workflows/bun-core-test.yml/badge.svg)
12+
![Bun - E2E](https://github.com/formidablejs/framework/actions/workflows/bun-e2e-test.yml/badge.svg)
1013
![Package Manager](https://github.com/formidablejs/framework/actions/workflows/2-package-test.yml/badge.svg)
1114
![npm](https://img.shields.io/npm/v/@formidablejs/framework)
1215
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
1316
![GitHub](https://img.shields.io/github/license/formidablejs/framework)
1417
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
1518

19+
</p>
1620
</center>
1721

1822
Security

0 commit comments

Comments
 (0)