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