Skip to content

Commit

Permalink
Change build status badge to reflect Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
exsilium committed Feb 10, 2023
1 parent 6429e0d commit 76734d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VFS Local

[![Build Status](https://travis-ci.org/pylonide/vfs-local.svg?branch=master)](https://travis-ci.org/pylonide/vfs-local)
![Build Status](https://github.com/pylonide/vfs-local/actions/workflows/nodejs.yml/badge.svg)

VFS is an abstract interface for working with systems. This module is the reference implementation and provides a vfs interface to the local system using node apis. This is also often used in conjuction with `vfs-socket` to provide the vfs interface to a remote system over any kind of network socket.

Expand Down

0 comments on commit 76734d0

Please sign in to comment.