Skip to content

Fix clippy::unnecessary_min_or_max #39

Fix clippy::unnecessary_min_or_max

Fix clippy::unnecessary_min_or_max #39

Workflow file for this run

name: Kani CI
on:
pull_request:
paths-ignore:
- '.vscode/**'
- CHANGELOG.md
- README.md
push:
paths-ignore:
- '.vscode/**'
- CHANGELOG.md
- README.md
jobs:
run-kani:
runs-on: ubuntu-latest
steps:
- name: Checkout Moka
uses: actions/checkout@v4
- name: Show CPU into
run: |
nproc
lscpu
free -m
- name: Run Kani
uses: model-checking/[email protected]