diff --git a/.github/workflows/coverage_and_lint.yml b/.github/workflows/coverage_and_lint.yml index 4933e8a..57b3ca4 100644 --- a/.github/workflows/coverage_and_lint.yml +++ b/.github/workflows/coverage_and_lint.yml @@ -48,7 +48,6 @@ jobs: run: pyright --ignoreexternal --lib --verifytypes a2s --pythonversion ${{ matrix.python-version }} - name: Lint - if: ${{ github.event_name != 'pull_request' }} uses: github/super-linter/slim@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}