From 05794bba0adcf31ad94ab340fe1ed786db66e564 Mon Sep 17 00:00:00 2001 From: Kush Trivedi <44091822+kushthedude@users.noreply.github.com> Date: Mon, 15 Feb 2021 00:25:55 +0530 Subject: [PATCH] chore: add linting step in snapshot_release workflow (#3637) Signed-off-by: kushthedude --- .github/workflows/snapshot_release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/snapshot_release.yml b/.github/workflows/snapshot_release.yml index 2649d18ee..46cf36449 100644 --- a/.github/workflows/snapshot_release.yml +++ b/.github/workflows/snapshot_release.yml @@ -67,6 +67,11 @@ jobs: npm i -g yarn yarn install + - name: Lint with ES-Lint & Prettier + run: | + cd ./main/tests/cypress + yarn lint + - name: Test with Cypress on ${{ matrix.browser }} run: | echo REFINE_MIN_MEMORY=1400M >> ./refine.ini