mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-24 18:22:54 +02:00
chore: add setup-node + npm ci to lint workflow (#548)
This commit is contained in:
@@ -15,6 +15,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "latest"
|
||||||
|
cache: "npm"
|
||||||
|
|
||||||
|
- run: npm ci
|
||||||
|
|
||||||
- uses: reviewdog/action-eslint@v1
|
- uses: reviewdog/action-eslint@v1
|
||||||
with:
|
with:
|
||||||
reporter: github-pr-review
|
reporter: github-pr-review
|
||||||
|
|||||||
Reference in New Issue
Block a user