From 4098dba369a681adcdeb349b5afec3c790354ada Mon Sep 17 00:00:00 2001 From: Oliver Stolz <73951934+OliverStolzBO@users.noreply.github.com> Date: Tue, 7 May 2024 11:55:08 +0200 Subject: [PATCH] Add badges for github workflows (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maximilian Hörstrup --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e98eaf7..42c9488 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ SPDX-License-Identifier: MIT # VS Code Extension for the Production Flow Description Language (PFDL) +![Tests and Code Coverage](https://github.com/iml130/pfdl-vscode-extension/actions/workflows/testing_and_coverage.yml/badge.svg?branch=main) +![Lint Check](https://github.com/iml130/pfdl-vscode-extension/actions/workflows/lint.yml/badge.svg?branch=main) +![Build](https://github.com/iml130/pfdl-vscode-extension/actions/workflows/build.yml/badge.svg?branch=main) +[![REUSE status](https://api.reuse.software/badge/github.com/iml130/pfdl-vscode-extension)](https://api.reuse.software/info/github.com/iml130/pfdl-vscode-extension) + This extension helps you to develop your [PFDL](https://github.com/iml130/pfdl) programs. ## Table of Contents