Skip to content

Commit

Permalink
Add comment at the top of version check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 14, 2024
1 parent 33f5ff0 commit bc2370e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/version_check.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit bc2370e

Please sign in to comment.