From fdb3a17127bb7f32b0eb0a836f92a9f9c7529983 Mon Sep 17 00:00:00 2001 From: Tobi DEGNON Date: Sun, 21 Jan 2024 01:54:36 +0100 Subject: [PATCH] style add status badge --- .github/workflows/ci.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 239b03a..1661ed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: branches: ['master', 'main'] jobs: - linter: + test: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 24a9c7d..e5fbbe3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # falco blueprint +[![CI](https://github.com/Tobi-De/falco_blueprint_basic/actions/workflows/ci.yml/badge.svg)](https://github.com/Tobi-De/falco_blueprint_basic/actions/workflows/ci.yml) + Project blueprint for https://github.com/Tobi-De/falco, run with: ```shell