Prove concordance implies kinetics-independent monostationarity #82
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: [master] | |
| paths: | |
| - '**.lean' | |
| - 'lakefile.toml' | |
| - 'lake-manifest.json' | |
| - 'lean-toolchain' | |
| - '.github/workflows/ci.yml' | |
| pull_request: | |
| paths: | |
| - '**.lean' | |
| - 'lakefile.toml' | |
| - 'lake-manifest.json' | |
| - 'lean-toolchain' | |
| - '.github/workflows/ci.yml' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: leanprover/lean-action@v1 | |
| with: | |
| test: true | |
| use-mathlib-cache: true |