Skip to content

Revise README with enhanced project description #4

Revise README with enhanced project description

Revise README with enhanced project description #4

name: Lean Action CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: leanprover/lean-action@v1
consistency-check:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install pyyaml
- run: python3 scripts/fdrs_index.py
- run: python3 scripts/fdrs-check