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