Skip to content

doc: fix typos and grammar across the manual #1376

doc: fix typos and grammar across the manual

doc: fix typos and grammar across the manual #1376

Workflow file for this run

name: Check for too-big Lean imports
on: [pull_request, merge_group]
jobs:
check-lean-files:
name: "Check for import Lean"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Don't 'import Lean', use precise imports
run: |
! (find . -name "*.lean" -type f -print0 | xargs -0 grep -E -n '^import Lean$')