From a8deebb67d89477b015a2a6b249f1389d259344a Mon Sep 17 00:00:00 2001 From: Arnav Jindal Date: Mon, 6 Sep 2021 18:43:13 +0530 Subject: [PATCH] Remove linting --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e4d1b3f..f4dd5c56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,3 @@ jobs: npm install -g pyright pip install -r requirements.txt pyright --lib --verifytypes discord --ignoreexternal - - - name: Lint Code Base - uses: github/super-linter@v4 - env: - VALIDATE_ALL_CODEBASE: false