diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63303391c..ab42dd452 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: matrix: config: - { name: Lint, tool: lint } - - { name: Check formatting, tool: 'format:check' } - { name: Type Checker, tool: check-types } - { name: Check formatting, tool: 'format:check' } steps: