From 3f3755908c42257e77ee6a6ebf93db1039bf4ade Mon Sep 17 00:00:00 2001 From: qd-qd Date: Fri, 15 Mar 2024 17:40:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20disable=20slither?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Once again. Take a look to #52 if you wanna save this repository --- .github/workflows/static-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 8d828fe..0e0d471 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -26,6 +26,8 @@ on: jobs: static-analysis: + # @TODO: Never enable this again. Replace slither with something else. + if: false runs-on: ubuntu-latest steps: - name: Check out the repo