From c7afdb9feb672988ed18fe5d27e530423cf700f8 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 12 Oct 2021 08:32:05 -0400 Subject: [PATCH] check types on CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cc2545..c63b0de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: - name: Cypress tests 🧪 uses: cypress-io/github-action@v2 with: + # check types + build: npm run lint # use a custom command to conform all expected tests # were correctly generated # using https://www.npmjs.com/package/cypress-expect