From d4e1d8a20452e407c30e09051b9bd2a7a0403ca2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 26 Apr 2020 10:35:37 +0300 Subject: [PATCH] Switch badge to Actions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3816635..07c9748 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ## file-embed -[![Build Status](https://travis-ci.org/snoyberg/file-embed.svg?branch=master)](https://travis-ci.org/snoyberg/file-embed) -[![Build status](https://ci.appveyor.com/api/projects/status/vlgo8uudpt374uoy/branch/master?svg=true)](https://ci.appveyor.com/project/snoyberg/file-embed/branch/master) - +![Tests](https://github.com/snoyberg/file-embed/workflows/Tests/badge.svg) Use Template Haskell to read a file or all the files in a directory, and turn them into (path, bytestring) pairs embedded in your haskell code.