From db3d5c363db1009161f8d39ab9f86cabadb61155 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Tue, 22 Mar 2022 02:23:15 +0600 Subject: [PATCH] Add lint and prettier step on test-deploy --- .github/workflows/test-deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 02aa481..1529f85 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -26,6 +26,12 @@ jobs: - name: Install dependencies run: npm ci + - name: Run lint + run: npm run lint + + - name: Run prettier + run: npm run prettier + - name: Build run: npm run build env: