From d36c19e1cbbe8474b8cc3ebde4f4c0753f5e8b74 Mon Sep 17 00:00:00 2001 From: Antonette Caldwell Date: Fri, 17 Nov 2023 19:27:27 -0600 Subject: [PATCH] ci(repo): change lint to just check for now Signed-off-by: Antonette Caldwell --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b8eddd75..ec3eb61c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Linting and formatting +name: Lint check on: push: @@ -28,4 +28,4 @@ jobs: run: yarn install - name: Run Lint - run: yarn lint && yarn format:check && yarn lint-staged + run: yarn lint