Skip to content

Remove support for Lean 3. #2198

Remove support for Lean 3.

Remove support for Lean 3. #2198

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
nvim-version:
- stable
- nightly
steps:
- uses: actions/checkout@v4
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-version }}
- uses: Julian/setup-lean@v1
- uses: extractions/setup-just@v2
- name: Run tests
run: just test
env:
TEST_SEQUENTIAL: 1