Compare commits

..

5 Commits

Author SHA1 Message Date
4155fb875a Patch: format fix 2025-05-23 17:24:21 +01:00
51dac9f287 Fix badge display 2025-05-23 17:24:07 +01:00
de36035b59 Patch: fixed code coverage badge display 2025-05-23 17:16:58 +01:00
f0643b3488 Patch: config cleanup 2025-05-23 17:15:26 +01:00
9b5e74ae67 Removed unnecessary docker version check 2025-05-23 16:26:44 +01:00
3 changed files with 4 additions and 6 deletions

View File

@@ -74,8 +74,6 @@ jobs:
run: |
uv --version
uv run python --version
docker --version
docker ps
- name: Install dependencies
run: |

View File

@@ -24,11 +24,11 @@
.. image:: https://readthedocs.org/projects/invenio-theme-iform/badge/?version=latest
:target: https://invenio-theme-iform.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/coveralls/mb-wali/invenio-theme-iform.svg
:target: https://coveralls.io/r/Cian-H/invenio-theme-iform
.. image:: https://coveralls.io/repos/github/Cian-H/invenio-theme-iform/badge.svg?branch=master
:target: https://coveralls.io/github/Cian-H/invenio-theme-iform?branch=master
.. image:: https://img.shields.io/badge/code%20style-Ruff-D7FF64.svg
:target: https://github.com/astral-sh/ruff
:target: https://github.com/astral-sh/ruff
I-Form standard theme.

View File

@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.4"
__version__ = "2025.5.20.7"