From bc2370e74b0f602912b4ee86298b958ce3338d9e Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Wed, 14 Aug 2024 13:40:19 +0100 Subject: [PATCH] Add comment at the top of version check workflow --- .github/workflows/version_check.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/version_check.yml b/.github/workflows/version_check.yml index 452582db5..bfad5e339 100644 --- a/.github/workflows/version_check.yml +++ b/.github/workflows/version_check.yml @@ -1,3 +1,11 @@ +# This action checks that the minor versions of Turing.jl specified in the +# Project.toml, _quarto.yml, and Manifest.toml files are consistent. +# +# For pushes to master or PRs to master, it additionally also checks that the +# version specified in Manifest.toml matches the latest release on GitHub. +# +# If any discrepancies are observed, it will open a PR to fix them. + name: Check Turing.jl version consistency on: push: