From ae5fede37a998f500d150a3f6ba82cc66ec527a1 Mon Sep 17 00:00:00 2001 From: Joeri Bekker Date: Thu, 19 Oct 2023 18:05:49 +0200 Subject: [PATCH] :pencil2: Updated badges to be more clear. --- .github/workflows/ci.yml | 2 +- .github/workflows/{code_quality.yml => code-style.yml} | 2 +- .github/workflows/codeql.yml | 2 +- README.rst | 10 +++++++++- 4 files changed, 12 insertions(+), 4 deletions(-) rename .github/workflows/{code_quality.yml => code-style.yml} (97%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 629e4235..f1b6909c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Run CI +name: ci # Run this workflow every time a new commit pushed to your repository on: diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code-style.yml similarity index 97% rename from .github/workflows/code_quality.yml rename to .github/workflows/code-style.yml index 5e1cc02d..68e7bf79 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code-style.yml @@ -1,4 +1,4 @@ -name: Code quality checks +name: code style # Run this workflow every time a new commit pushed to your repository on: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3297464e..c3be955b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,7 +3,7 @@ # # You may wish to alter this file to override the set of languages analyzed, # or to provide custom queries or build logic. -name: "CodeQL" +name: "code scan" on: push: diff --git a/README.rst b/README.rst index 23ddbdd4..0c52c359 100644 --- a/README.rst +++ b/README.rst @@ -55,7 +55,7 @@ Zie: `Alle versies en wijzigingen