From 0d515be786c0288afff278af7d2d3831438943cc Mon Sep 17 00:00:00 2001 From: nbogie Date: Tue, 6 Feb 2024 21:19:56 +0000 Subject: [PATCH] correct ci-for-node.yaml syntax --- .github/workflows/ci-for-node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-for-node.yaml b/.github/workflows/ci-for-node.yaml index 8fe2cb1..de4701e 100644 --- a/.github/workflows/ci-for-node.yaml +++ b/.github/workflows/ci-for-node.yaml @@ -28,6 +28,6 @@ jobs: - name: install dependencies with yarn run: yarn install --frozen-lockfile - run: yarn test - run: yarn lint + - run: yarn lint - name: Check code formatting with prettier run: yarn format:check