From c9ab7120f89e24c629d5f780b95685401d6a14c2 Mon Sep 17 00:00:00 2001 From: Josh Hope-Collins Date: Wed, 29 May 2024 09:52:15 +0100 Subject: [PATCH 1/2] Update workflow name on test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45eee152..a5c133d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Build and test +name: Lint and test on: # Run on pushes to master From b8166e00031a98795298b1fd5318b2cbe94e3130 Mon Sep 17 00:00:00 2001 From: Josh Hope-Collins Date: Wed, 29 May 2024 09:53:48 +0100 Subject: [PATCH 2/2] Add status badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 171cdad8..b15ea7a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Lint and test](https://github.com/firedrakeproject/asQ/actions/workflows/test.yml/badge.svg)](https://github.com/firedrakeproject/asQ/actions/workflows/test.yml) + # asQ: Parallel-in-time simulation of finite element models using ParaDiag asQ is a python package for developing parallel-in-time ParaDiag methods for finite element models.