From 94263e093b2afad9c3b6306cc2a5ff48afa2febc Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Wed, 29 May 2024 14:44:00 +0300 Subject: [PATCH] ci: remove duplicate check --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) 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: