From 99617cf709c6139e871f4986fd0c7f4e1e37cad7 Mon Sep 17 00:00:00 2001 From: Micaiah Martin Date: Fri, 28 Jan 2022 11:29:49 -0700 Subject: [PATCH] added dependancies --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c9bb60e06..5d631bd3cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,9 @@ jobs: node-version: '16' - name: Run linter - run: npm run lint + run: | + npm ci + npm run lint setup: @@ -62,7 +64,9 @@ jobs: locales-test: name: Locales Test runs-on: ubuntu-20.04 - needs: setup + needs: + - setup + - lint steps: - name: Checkout repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f