github: add Kani to Github CI

This commit is contained in:
Andrew Poelstra 2022-11-27 18:09:37 +00:00
parent c11645b7e5
commit d4bfc3d7b1
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 14 additions and 0 deletions

14
.github/workflows/kani.yml vendored Normal file
View File

@ -0,0 +1,14 @@
# From https://model-checking.github.io/kani/install-github-ci.html
name: Kani CI
on:
pull_request:
push:
jobs:
run-kani:
runs-on: ubuntu-20.04
steps:
- name: 'Checkout your code.'
uses: actions/checkout@v3
- name: 'Run Kani on your code.'
uses: model-checking/kani-github-action@v0.15