From eb7406ed5ca612700382bb28fa48248bcd4429f7 Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Wed, 6 Sep 2023 09:17:55 +0100 Subject: [PATCH] docs: add a badge showing scheduled build status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 415b9db..a790eee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ This project uses [Nox](https://nox.thea.codes/en/stable/). +Builds are run every day to check for reproducibility:
[![status](https://github.com/maxwell-k/reproducibly/actions/workflows/nox.yaml/badge.svg?event=schedule)](https://github.com/maxwell-k/reproducibly/actions?query=event:schedule) + To set up a development environment use: nox --session=dev