Name nix workflow

This commit is contained in:
sdiehl
2020-01-04 23:12:42 +00:00
parent af6cabe185
commit 03f73d8cde
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Nix CI
on: [pull_request]
jobs:
build:
name: nix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
+1
View File
@@ -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.