lint.yml: use meaningful names
This commit is contained in:
parent
9100f2f5cc
commit
ada884779a
|
@ -17,7 +17,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
|
|
||||||
- run: |
|
- name: npm run lint
|
||||||
|
run: |
|
||||||
npm config set fund false
|
npm config set fund false
|
||||||
cd src
|
cd src
|
||||||
npm ci
|
npm ci
|
||||||
|
|
Loading…
Reference in New Issue