Skip to content

chore: bump toolchain to v4.33.0 #1955

chore: bump toolchain to v4.33.0

chore: bump toolchain to v4.33.0 #1955

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$')