From b677281fe1f677f423e3760202417479639e6b42 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:05:19 +0000 Subject: [PATCH] Remove test --- .github/workflows/push.yml | 5 ----- 1 file changed, 5 deletions(-) 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