feat(CLL): port CLL sequents to Multiset and make CLL equivalences proof-relevant #1095
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: Lean Action CI | |
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: leanprover/lean-action@v1 | |
| with: | |
| build-args: "--wfail" | |
| mk_all-check: "true" | |
| - name: "lake exe shake" | |
| run: | | |
| set -e | |
| lake exe shake Cslib | |
| - uses: leanprover-community/lint-style-action@main | |
| with: | |
| mode: check |