From fe7c9183881ff6a7400e183f315d304482413ec8 Mon Sep 17 00:00:00 2001 From: lelia Date: Tue, 22 Mar 2022 23:12:10 -0400 Subject: [PATCH] Update template README badges (#25) * Update template README badges * Update lint job name (#26) --- .github/workflows/markdown-lint.yml | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 37dde11..15abd62 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -1,4 +1,4 @@ -name: Lint Markdown files +name: lint on: ["push", "pull_request"] diff --git a/README.md b/README.md index 5dc73df..94febdd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# OSPO Project Template +# Open Source Project Template -[![OSS Template Version](https://img.shields.io/badge/OSS%20Template-0.3.5-7f187f.svg)](https://github.com/wayfair-incubator/oss-template/blob/main/CHANGELOG.md) +[![Release](https://img.shields.io/github/v/release/wayfair-incubator/oss-template?display_name=tag)](CHANGELOG.md) +[![Lint](https://github.com/wayfair-incubator/oss-template/actions/workflows/markdown-lint.yml/badge.svg?branch=main)](https://github.com/wayfair-incubator/oss-template/actions/workflows/markdown-lint.yml) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md) +[![Maintainer](https://img.shields.io/badge/Maintainer-Wayfair-7F187F)](https://wayfair.github.io) ## Before You Start