We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3170fa commit bda8012Copy full SHA for bda8012
.github/workflows/check_dafny_runtime_versions.yml
@@ -1,6 +1,7 @@
1
# Checks that DafnyRuntimePython version in StandardLibrary's pyproject.toml
2
# matches the Dafny version in project.properties.
3
-# Also enforces review of dafnyRuntimePythonVersion when dafnyVersion is changed.
+# .toml is static and cannot load this automatically.
4
+# This must be bumped manually.
5
name: Check DafnyRuntimePython Version Consistency
6
7
on:
0 commit comments