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