Skip to content

Added code comments and documentation to markovian model #36

Added code comments and documentation to markovian model

Added code comments and documentation to markovian model #36

Workflow file for this run

name: Lean Action CI
on:
pull_request:
paths:
- "analysis/markov/**"
push:
branches:
- main
paths:
- "analysis/markov/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: leanprover/lean-action@v1
with:
lake-package-directory: analysis/markov