lint.yml: use meaningful names

This commit is contained in:
Philip H 2023-11-13 10:52:49 +01:00 committed by GitHub
parent 9100f2f5cc
commit ada884779a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ jobs:
with:
node-version: 'lts/*'
- run: |
- name: npm run lint
run: |
npm config set fund false
cd src
npm ci