diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 757be85..28bcd70 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,10 +20,11 @@ jobs: with: node-version: "${{ steps.nvm.outputs.NVMRC }}" - - run: npm ci + - name: Install Node Deps + run: npm ci - name: Run linters - uses: samuelmeuli/lint-action@v1 + uses: wearerequired/lint-action@v1 with: github_token: ${{ secrets.github_token }} # Enable your linters here