Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update badges #96

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run CI
name: ci

# Run this workflow every time a new commit pushed to your repository
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code quality checks
name: code style

# Run this workflow every time a new commit pushed to your repository
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Zie: `Alle versies en wijzigingen <https://github.com/maykinmedia/open-klant/blo
Ready-to-go implementatie
=========================

|build-status| |coverage| |code-quality| |black| |python-versions|
|build-status| |coverage| |code-style| |codeql| |black| |python-versions|

Deze implementatie is bedoeld als referentie implementatie van de API
specificaties maar tevens een productiewaardig component dat ingezet kan worden
Expand Down Expand Up @@ -117,6 +117,14 @@ Licensed under the EUPL_
:alt: Coverage
:target: https://codecov.io/gh/maykinmedia/open-klant

.. |code-style| image:: https://github.com/maykinmedia/openklant/actions/workflows/code-style.yml/badge.svg?branch=master
:alt: Code style
:target: https://github.com/maykinmedia/openklant/actions/workflows/code-style.yml

.. |codeql| image:: https://github.com/maykinmedia/openklant/actions/workflows/codeql.yml/badge.svg?branch=master
:alt: CodeQL scan
:target: https://github.com/maykinmedia/openklant/actions/workflows/codeql.yml

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:alt: Code style
:target: https://github.com/psf/black
Expand Down
Loading