diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 3c21476..ea4e766 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -24,5 +24,8 @@ jobs: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md} + - name: Install Dev Dependencies + run: yarn install --production=false + - name: Run ESLint - run: npx eslint . --ext .js,.jsx,.ts,.tsx \ No newline at end of file + run: yarn run eslint . --ext .js,.jsx,.ts,.tsx \ No newline at end of file