From 342815791011cad1b18415c095b880a5eff6904f Mon Sep 17 00:00:00 2001 From: drpatelh Date: Thu, 6 Aug 2020 12:39:33 +0100 Subject: [PATCH] Add badges --- .github/workflows/{lint-code.yml => linting.yml} | 0 README.md | 3 +++ 2 files changed, 3 insertions(+) rename .github/workflows/{lint-code.yml => linting.yml} (100%) diff --git a/.github/workflows/lint-code.yml b/.github/workflows/linting.yml similarity index 100% rename from .github/workflows/lint-code.yml rename to .github/workflows/linting.yml diff --git a/README.md b/README.md index c5281c29..bf7c1492 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ![nf-core/modules](docs/images/nfcore-modules_logo.png) +[![GitHub Actions Linting Status](https://github.com/nf-core/modules/workflows/linting/badge.svg)](https://github.com/nf-core/modules/actions) +[![Get help on Slack](http://img.shields.io/badge/slack-nf--core%20%23modules-4A154B?logo=slack)](https://nfcore.slack.com/channels/modules) + > THIS REPOSITORY IS UNDER ACTIVE DEVELOPMENT. SYNTAX, ORGANISATION AND LAYOUT MAY CHANGE! A repository for hosting Nextflow [`DSL2`](https://www.nextflow.io/docs/latest/dsl2.html) module files (see [Terminology](#terminology)) containing tool-specific process definitions and their associated documentation.