From 6a2252835d941ab37fe37b994cd548297ff12874 Mon Sep 17 00:00:00 2001 From: rolljee Date: Thu, 31 Oct 2024 15:29:00 +0100 Subject: [PATCH] ci: fix typo in ci --- .github/workflows/pull_request.workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.workflow.yml b/.github/workflows/pull_request.workflow.yml index e3c223e1..4c6fbb0e 100644 --- a/.github/workflows/pull_request.workflow.yml +++ b/.github/workflows/pull_request.workflow.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - - runs: | + - run: | npm ci npm run test:lint