diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41bc2a3..a92ab5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,10 +109,6 @@ jobs: working-directory: ${{ matrix.path }} run: ${{ matrix.command }} - - name: Check ExhaustiveDeps - working-directory: ${{ matrix.path }} - run: ./oxlint -A all -D exhaustive-deps - - name: Check Panic working-directory: ${{ matrix.path }} run: |