From f526860f2589faaac0668c4f43e5ee14c5e039fa Mon Sep 17 00:00:00 2001 From: Exile Date: Fri, 10 Feb 2023 15:22:27 +0000 Subject: [PATCH] Add build badge to Actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 254cd2a..1a4d068 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # HTTP Adapter +![Build Status](https://github.com/pylonide/vfs-http-adapter/actions/workflows/nodejs.yml/badge.svg) + This module is a connect/stack middleware module that wraps a vfs instance and serves it via a HTTP RESTful interface.