From 59bdadb389d82dde66a72a9869a21686e315c5f0 Mon Sep 17 00:00:00 2001 From: Felix Racz Date: Mon, 10 Nov 2025 17:06:10 +0100 Subject: [PATCH 1/4] fix: add synchronize to rerun checks if a PR is updated --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 106233b..106ef72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: branches: - main pull_request: - types: [opened, reopened, edited, ready_for_review] + types: [opened, reopened, edited, ready_for_review, synchronize] branches: - main From 48fb26f8c63901e673c6d0dbf1e89f616be69a92 Mon Sep 17 00:00:00 2001 From: Felix Racz Date: Mon, 10 Nov 2025 17:09:10 +0100 Subject: [PATCH 2/4] feat: add badges to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b76e021..5564dbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +![CI](https://img.shields.io/github/actions/workflow/status/UQatKIT/LS-MCMC/ci.yaml?label=CI) +![Docs](https://img.shields.io/github/actions/workflow/status/UQatKIT/LS-MCMC/docs.yaml?label=Docs) +![License](https://img.shields.io/github/license/LS-MCMC/Eikonax) +![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json) + # Large Scale MCMC Library A lightweight, modular library developed for large-scale Markov Chain Monte Carlo. In particular, it implements algorithms that are infinite-dimensionally consistent to ensure discretization independent From b1a4d86b04c24ecfde925bfbaeba4b3ab37e88ad Mon Sep 17 00:00:00 2001 From: Felix Racz Date: Mon, 10 Nov 2025 17:13:10 +0100 Subject: [PATCH 3/4] fix: readme badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5564dbf..da0ae9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![CI](https://img.shields.io/github/actions/workflow/status/UQatKIT/LS-MCMC/ci.yaml?label=CI) -![Docs](https://img.shields.io/github/actions/workflow/status/UQatKIT/LS-MCMC/docs.yaml?label=Docs) -![License](https://img.shields.io/github/license/LS-MCMC/Eikonax) +![CI](https://img.shields.io/github/actions/workflow/status/UQatKIT/LS-MCMC/ci.yml?label=CI) +![Docs](https://img.shields.io/github/actions/workflow/status/UQatKIT/LS-MCMC/docs.yml?label=Docs) +![License](https://img.shields.io/github/license/LS-MCMC) ![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json) # Large Scale MCMC Library From a7dbe4210d7c64d42afe35eb7b725f628bd4de68 Mon Sep 17 00:00:00 2001 From: Felix Racz Date: Mon, 10 Nov 2025 17:13:36 +0100 Subject: [PATCH 4/4] fix: readme badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0ae9c..4b5c7a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![CI](https://img.shields.io/github/actions/workflow/status/UQatKIT/LS-MCMC/ci.yml?label=CI) ![Docs](https://img.shields.io/github/actions/workflow/status/UQatKIT/LS-MCMC/docs.yml?label=Docs) -![License](https://img.shields.io/github/license/LS-MCMC) +![License](https://img.shields.io/github/license/UQatKIT/LS-MCMC) ![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json) # Large Scale MCMC Library