From 7b503054257e92cecfc86c21c82e1bfa9835463e Mon Sep 17 00:00:00 2001 From: Nazar Anroniuk Date: Tue, 22 Oct 2024 05:25:30 +0300 Subject: [PATCH] ci(ci): add types checking --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57529ae..62c228d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: node-version: 20 cache: npm - run: npm ci + - name: Check types + run: npm run check-types - name: Check formatting run: npm run fmt - name: Lint