From 8bc12085f4716db9e16e2ab428007de9aa1bdcbf Mon Sep 17 00:00:00 2001 From: Ambar Mutha Date: Fri, 14 Jan 2022 19:32:23 +0530 Subject: [PATCH] =?UTF-8?q?Typo=20=F0=9F=A5=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0601a61..a292beb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,4 +34,4 @@ jobs: node-version: '16.x' cache: pnpm - run: pnpm install --frozen-lockfile - - run: pnpm lint + - run: pnpm test