From 03f73d8cde6e5ea4ef0ae0f4e7ff2322281be3a1 Mon Sep 17 00:00:00 2001 From: sdiehl Date: Sat, 4 Jan 2020 23:12:42 +0000 Subject: [PATCH] Name nix workflow --- .github/workflows/nix.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index da62ec41c..5604a990b 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -3,6 +3,7 @@ name: Nix CI on: [pull_request] jobs: build: + name: nix runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 diff --git a/README.md b/README.md index f02c7311c..780bfcba4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Protolude [![Build Status](https://travis-ci.org/protolude/protolude.svg?branch=master)](https://travis-ci.org/sdiehl/protolude) [![Build Status](https://github.com/protolude/protolude/workflows/Cabal%20CI/badge.svg)](https://github.com/protolude/protolude/actions) [![Build Status](https://github.com/protolude/protolude/workflows/Stack%20CI/badge.svg)](https://github.com/protolude/protolude/actions) +[![Build Status](https://github.com/protolude/protolude/workflows/Nix%20CI/badge.svg)](https://github.com/protolude/protolude/actions) [![Hackage](https://img.shields.io/hackage/v/protolude.svg)](https://hackage.haskell.org/package/protolude) A sensible starting Prelude for building custom Preludes.