diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 969fdac..8c236e4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,11 +20,6 @@ jobs: run: | ! (find BonnAnalysis -name "*.lean" -type f -exec grep -E -H -n '^.{101,}$' {} \; | grep -v -E 'https?://') - - name: Don't 'import Mathlib', use precise imports - if: always() - run: | - ! (find BonnAnalysis -name "*.lean" -type f -print0 | xargs -0 grep -E -n '^import Mathlib$') - build_project: runs-on: ubuntu-latest name: Build project