From 8bba41bd45907dc7cb326ab2a1368729c3f0bfb6 Mon Sep 17 00:00:00 2001 From: Yury Kurlykov Date: Sun, 28 Jun 2020 18:06:34 +1000 Subject: [PATCH] Add CI badge in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0490e6e..7e2d3e4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Another JavaScript interpreter written on Python 3. [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![SemVer: 2.0.0](https://img.shields.io/badge/SemVer-2.0.0-F8DE7E?labelColor=23261D)](https://semver.org/spec/v2.0.0.html) +![Testing status](https://github.com/t1meshift/js/workflows/Testing/badge.svg) ## Requirements