Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbbt authored May 25, 2021
1 parent 440996e commit 42f1de3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42f1de3

Please sign in to comment.