File tree Expand file tree Collapse file tree 2 files changed +9
-26
lines changed Expand file tree Collapse file tree 2 files changed +9
-26
lines changed Original file line number Diff line number Diff line change 1919 - name : Checkout code
2020 uses : actions/checkout@v2
2121
22+ - name : Check action code
23+ uses : actions/checkout@v2
24+ with :
25+ repository : model-checking/kani-github-action
26+ path : kani-action
27+
2228 - name : Get version
2329 run : |
2430 # pkgid is something like file:///home/ubuntu/kani#kani-verifier:0.1.0
3743 exit 1
3844 fi
3945 # Check the action script's tag.
40- if ! grep -F "image: docker://ghcr.io/model-checking/kani-ubuntu-20.04:${{ env.TAG_VERSION }}" action.yml; then
41- echo "Git tag ${{env.TAG_VERSION}} did not match version in action.yml"
46+ if ! grep -F "KANI_VERSION=\"${{ env.TAG_VERSION }}" kani-action/action.yml; then
47+ echo "Git tag ${{env.TAG_VERSION}} did not match version in action.yml. Found:"
48+ grep -F "KANI_VERSION=" kani-action/action.yml
4249 exit 1;
4350 fi
4451
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments