From df16ce1dfca985429149775136ef0301216ef634 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:23:36 +0000 Subject: [PATCH] rename workflow, build/version badges --- .github/workflows/{ci.yml => build.yml} | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) rename .github/workflows/{ci.yml => build.yml} (84%) diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 84% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index 860b3b8c0..11ba564e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ # Base: https://github.com/haskell/actions/tree/main/setup#usage -name: CI +name: build on: push: @@ -19,7 +19,7 @@ jobs: - uses: haskell/actions/setup@v1 with: ghc-version: '8.8.3' # Exact version of ghc to use - # cabal-version: 'latest'. Omitted, but defalts to 'latest' + # cabal-version: 'latest'. Omitted, but defaults to 'latest' enable-stack: true stack-version: 'latest' - run: stack test diff --git a/README.md b/README.md index 034d34c57..869f44afd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # simplex-messaging -The released version is [v0.1.0.0](https://github.com/simplex-chat/simplex-messaging/tree/v0.1.0.0) +[![GitHub build](https://github.com/simplex-chat/simplex-messaging/workflows/build/badge.svg)](https://github.com/simplex-chat/simplex-messaging/actions?query=workflow%3Abuild) +![GitHub release](https://img.shields.io/github/v/release/simplex-chat/simplex-messaging) ## SMP server demo