From b1401ea97d22a317e81f1d52d616ddf188c005e6 Mon Sep 17 00:00:00 2001 From: Frederik Hjorslev Poulsen Date: Tue, 7 Apr 2020 13:07:26 +0200 Subject: [PATCH] :green_heart: Quality Assurance Add badge to readme (will first work when PR has been accepted as it expecets the Name of the Action to be "Quality Assurance") + rename Action to Quality Assurance --- .github/workflows/{ci.yml => QualityAssurance.yml} | 4 +--- readme.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) rename .github/workflows/{ci.yml => QualityAssurance.yml} (95%) diff --git a/.github/workflows/ci.yml b/.github/workflows/QualityAssurance.yml similarity index 95% rename from .github/workflows/ci.yml rename to .github/workflows/QualityAssurance.yml index 5217c59..7c9f5bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/QualityAssurance.yml @@ -1,12 +1,10 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Quality Assurance # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: - push: - branches: [ master ] pull_request: branches: [ master ] schedule: diff --git a/readme.md b/readme.md index ddd0fd9..90310ac 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Awesome PowerShell [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +# Awesome PowerShell [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ![Quality Assurance](https://github.com/janikvonrotz/awesome-powershell/workflows/Quality%20Assurance/badge.svg) [](https://msdn.microsoft.com/en-us/powershell/)