From 666b6c869dccb47ace289b0cf239e3f2d511757c Mon Sep 17 00:00:00 2001 From: crypblizz <45455218+crypblizz8@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:57:53 +0200 Subject: [PATCH] chore: forgot the step --- .github/workflows/lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d763796..f00b372 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + - run: npm install - run: npm run lint - run: npm run format -- --check - run: npm run type-check