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 486e65d commit 37e1c86Copy full SHA for 37e1c86
.github/workflows/check_dafny_runtime_versions.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
BASE_SHA="${{ github.event.pull_request.base.sha }}"
26
HEAD_SHA="${{ github.event.pull_request.head.sha }}"
27
-
+
28
# Check if dafnyVersion was changed
29
if git diff "$BASE_SHA" "$HEAD_SHA" -- project.properties | grep -q "^[+-]dafnyVersion="; then
30
# Check if dafnyRuntimePythonVersion was also changed
0 commit comments