From 9bf16599a8cb8ad2e007e294ef954d21dac84855 Mon Sep 17 00:00:00 2001 From: Shuhui Luo <107524008+shuhuiluo@users.noreply.github.com> Date: Tue, 2 Jan 2024 02:24:04 -0800 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e21cc75..cc29524 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,9 +26,6 @@ jobs: # each workflow consists of 1+ jobs; by default, all jobs run in parallel - name: Install dependencies 📦 run: yarn install --frozen-lockfile - - name: Run linter - run: yarn lint - - name: Run prettier check run: yarn prettier