We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6810a commit f838096Copy full SHA for f838096
1 file changed
README.md
@@ -53,7 +53,7 @@ jobs:
53
runs-on: ubuntu-latest
54
steps:
55
- name: Run Kani
56
- uses: model-checking/kani-github-action@v1.0
+ uses: model-checking/kani-github-action@v1
57
```
58
59
#### Example 2: Use pinned version of Kani
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
with:
71
kani-version: '0.35.0'
72
command: 'cargo-kani'
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
args: '--tests'
89
enable-propproof: true
0 commit comments