summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugene Wissner <belka@caraus.de>2020-06-24 09:45:25 +0200
committerEugen Wissner <belka@caraus.de>2020-06-24 10:12:22 +0200
commit175268b422c20ec01bb0dc3d36a53a394931b289 (patch)
tree988863f54a95f207edfab1a915fde0d966708116 /README.md
parentaef6030a8ee577f98a718a394ca97f20673f6d5c (diff)
downloadgraphql-175268b422c20ec01bb0dc3d36a53a394931b289.tar.gz
Add a github actions workflow
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f44e429..a27596f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Haskell GraphQL
[![Hackage Version](https://img.shields.io/hackage/v/graphql.svg)](https://hackage.haskell.org/package/graphql)
-[![Build Status](https://semaphoreci.com/api/v1/belka-ew/graphql/branches/master/badge.svg)](https://semaphoreci.com/belka-ew/graphql)
+[![Build Status](https://github.com/caraus-ecms/graphql/workflows/Haskell%20CI/badge.svg)](https://github.com/caraus-ecms/graphql/actions?query=workflow%3A%22Haskell+CI%22)
[![License](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](https://raw.githubusercontent.com/caraus-ecms/graphql/master/LICENSE)
GraphQL implementation in Haskell.