Merge pull request #4 from opencompl/update-lean-oct-28 #25
This file contains 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: DeterminateSystems/nix-installer-action@main | |
- name: install bitwuzla | |
run: nix profile install nixpkgs#bitwuzla | |
- uses: actions/checkout@v4 | |
- uses: leanprover/lean-action@v1 | |
with: | |
test: true |