Skip to content

Commit

Permalink
chore: add setup-node + npm ci to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob--W committed Oct 31, 2023
1 parent cad6550 commit 4e64d00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "latest"
cache: "npm"

- run: npm ci

- uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review
Expand Down

0 comments on commit 4e64d00

Please sign in to comment.