diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6cc907772..2c873f7ab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -88,7 +88,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run type-check - run: poetry run nox -s lint:typing || echo ignoring... + run: poetry run nox -s lint:typing Security: name: Security Checks (Python-${{ matrix.python-version }}) @@ -109,7 +109,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run security linter - run: poetry run nox -s lint:security || echo ignoring... + run: poetry run nox -s lint:security - name: Upload Artifacts uses: actions/upload-artifact@v4.4.0