forked from mirrors/amnezia-wg-easy
lint.yml: use meaningful names
This commit is contained in:
parent
9a012548e6
commit
6f9b43b398
1 changed files with 2 additions and 1 deletions
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue